libyui  3.0.10
 All Classes Functions Variables Enumerations Friends
YUIOutOfMemoryException Class Reference

#include <YUIException.h>

Inheritance diagram for YUIOutOfMemoryException:
YUIException

Additional Inherited Members

- Public Member Functions inherited from YUIException
 YUIException ()
 
 YUIException (const std::string &msg_r)
 
virtual ~YUIException () throw ()
 
const YCodeLocationwhere () const
 
void relocate (const YCodeLocation &newLocation) const
 
const std::string & msg () const
 
void setMsg (const std::string &msg)
 
std::string asString () const
 
virtual const char * what () const throw ()
 
- Static Public Member Functions inherited from YUIException
static std::string strErrno (int errno_r)
 
static std::string strErrno (int errno_r, const std::string &msg)
 
static void log (const YUIException &exception, const YCodeLocation &location, const char *const prefix)
 
- Protected Member Functions inherited from YUIException
virtual std::ostream & dumpOn (std::ostream &str) const
 

Detailed Description

Exception class for "out of memory". Typically used if operator new returned 0.

Definition at line 407 of file YUIException.h.


The documentation for this class was generated from the following file: