RuntimeException Class Reference

Represents runtime exception. More...

#include <runtimeexception.h>

Inheritance diagram for RuntimeException:

Inheritance graph
[legend]
Collaboration diagram for RuntimeException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 RuntimeException (const char *_error_msg, ERROR_ID _error_id=eid_runtime, EXCEPTION_LEVEL _exception_level=excl_fatal)
 Constructor.
virtual ~RuntimeException ()


Detailed Description

Represents runtime exception.

Represents runtime exception.

Author:
Michael Schmidt

Gunnar Jehl

Version:
2.1
License:
Software License Agreement (BSD License)

Definition at line 48 of file runtimeexception.h.


Constructor & Destructor Documentation

RuntimeException::RuntimeException ( const char *  _error_msg,
ERROR_ID  _error_id = eid_runtime,
EXCEPTION_LEVEL  _exception_level = excl_fatal 
)

Constructor.

Constructor - creating object for an string (exception message), an ERROR_ID and an EXCEPTION_LEVEL.

Parameters:
[in] _error_msg Pointer to a char object.
[in] _error_id ERROR_ID:
[in] _exception_level EXCEPTION_LEVEL.

Definition at line 37 of file runtimeexception.cpp.

RuntimeException::~RuntimeException (  )  [virtual]

Destructor.

Definition at line 47 of file runtimeexception.cpp.


Generated on Sun May 24 20:20:29 2009 for G(arbage) C(ollected) X(Query) Engine by  doxygen 1.5.9