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. More...
 
 ArenaException (const ArenaException &other) throw ()
 Copy constructor. More...
 
virtual ~ArenaException () throw ()
 Destructor. More...
 
ArenaExceptionoperator= (const ArenaException &other) throw ()
 Copy operator. More...
 
const char * reason () const throw ()
 Returns the description of why the exception was thrown. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

The exception thrown at runtime by the arena.

Definition at line 551 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 561 of file arena.h.

ArenaException ( const ArenaException other)
throw (
)
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 575 of file arena.h.

virtual ~ArenaException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 607 of file arena.h.

Member Function Documentation

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

Copy operator.

Parameters
otherthe exception to copy

Definition at line 589 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 626 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 616 of file arena.h.


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