#include <ulxr_except.h>
Inheritance diagram for ulxr::RuntimeException:


Public Member Functions | |
| RuntimeException (int fc, const CppString &s) | |
| Constructs a runtime exception. | |
| virtual | ~RuntimeException () throw () |
| Destroys the exception. | |
Definition at line 121 of file ulxr_except.h.
| ulxr::RuntimeException::RuntimeException | ( | int | fc, | |
| const CppString & | s | |||
| ) |
Constructs a runtime exception.
| fc | number representing the error class | |
| s | the reason for the exception |
Definition at line 101 of file ulxr_except.cpp.
| ulxr::RuntimeException::~RuntimeException | ( | ) | throw () [virtual] |
1.5.1