#include <runtimeexception.h>
Public Member Functions | |
RuntimeException (const char *_error_msg, ERROR_ID _error_id=eid_runtime, EXCEPTION_LEVEL _exception_level=excl_fatal) | |
Constructor. | |
virtual | ~RuntimeException () |
Represents runtime exception.
Definition at line 48 of file runtimeexception.h.
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.
[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.