Pyro higlevel API
Public Member Functions | List of all members
os::errno_exception Class Reference
Inheritance diagram for os::errno_exception:

Public Member Functions

 errno_exception (const String &cMessage, int nErrorCode)
 
 errno_exception (const String &cMessage)
 
virtual ~errno_exception () throw ()
 
virtual const char * what () const throw ()
 
char * error_str () const
 
int error () const
 

Constructor & Destructor Documentation

os::errno_exception::errno_exception ( const String cMessage,
int  nErrorCode 
)
inline
os::errno_exception::errno_exception ( const String cMessage)
inline
virtual os::errno_exception::~errno_exception ( ) throw ()
inlinevirtual

Member Function Documentation

int os::errno_exception::error ( ) const
inline
char* os::errno_exception::error_str ( ) const
inline
virtual const char* os::errno_exception::what ( ) const throw ()
inlinevirtual