Osiris Framework  0.1
OException Class Reference

Osiris exception class. More...

#include <OsirisSDK/OException.h>

Public Member Functions

 OException (const char *file, int line, const char *what)
 Class constructor. More...
 
virtual ~OException ()
 Class destructor.
 
const char * what ()
 Returns the exception message. More...
 

Detailed Description

Osiris exception class.

Constructor & Destructor Documentation

OException::OException ( const char *  file,
int  line,
const char *  what 
)

Class constructor.

Parameters
fileSource file name.
lineSource file line number.
whatException message.

Member Function Documentation

const char * OException::what ( )

Returns the exception message.

Returns
The exception message along with source file name and line number.

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