ArenaException Class Reference

The exception thrown at runtime by the arena. More...

Inheritance diagram for ArenaException:

Public Member Functions

 ArenaException (const char *reason) throw ()
 Constructor.
 
 ArenaException (const ArenaException &other) throw ()
 Copy constructor.
 
virtual ~ArenaException () throw ()
 Destructor.
 
ArenaExceptionoperator= (const ArenaException &other) throw ()
 Copy operator.
 
const char * reason () const throw ()
 Returns the description of why the exception was thrown.
 
virtual const char * what () const throw ()
 Returns a C string describing the exception.
 

Detailed Description

The exception thrown at runtime by the arena.

Definition at line 405 of file arena.h.

Constructor & Destructor Documentation

ArenaException ( const char *  reason) throw ()
inline

Constructor.

Parameters
reasongthe description of why the exception was thrown. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 415 of file arena.h.

ArenaException ( const ArenaException other) throw ()
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 429 of file arena.h.

virtual ~ArenaException ( ) throw ()
inlinevirtual

Destructor.

Definition at line 461 of file arena.h.

Member Function Documentation

ArenaException& operator= ( const ArenaException other) throw ()
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 443 of file arena.h.

const char* reason ( ) const throw ()
inline

Returns the description of why the exception was thrown.

Returns
the description of why the exception was thrown

Definition at line 480 of file arena.h.

virtual const char* what ( ) const throw ()
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 470 of file arena.h.


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