#include <notimplementedexception.h>


| Public Member Functions | |
| NotImplementedException (const char *_error_msg, ERROR_ID _error_id=eid_impl, EXCEPTION_LEVEL _exception_level=excl_fatal) | |
| Constructor. | |
| virtual | ~NotImplementedException () | 
Represents not implemented exception.
Definition at line 48 of file notimplementedexception.h.
| NotImplementedException::NotImplementedException | ( | const char * | _error_msg, | |
| ERROR_ID | _error_id = eid_impl, | |||
| 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 notimplementedexception.cpp.
| NotImplementedException::~NotImplementedException | ( | ) |  [virtual] | 
Destructor.
Definition at line 44 of file notimplementedexception.cpp.
 1.5.9
 1.5.9