oos::object_exception Class Reference
An object exception class. More...
#include <object_exception.hpp>
Inherits std::exception.
Public Member Functions | |
object_exception (const char *what) | |
virtual const char * | what () const throw () |
Detailed Description
An object exception class.
This kind of exception is thrown, when an object dealing error occurs.
Constructor & Destructor Documentation
|
inline |
Creates a object_exception
- Parameters
-
what The message of the exception.
Member Function Documentation
|
inlinevirtual |
Returns the message of the exception
- Returns
- The message of this exception.
The documentation for this class was generated from the following file:
- object/object_exception.hpp