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

oos::object_exception::object_exception ( const char *  what)
inline

Creates a object_exception

Parameters
whatThe message of the exception.

Member Function Documentation

virtual const char* oos::object_exception::what ( ) const
throw (
)
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