#include <ulxr_except.h>
Inheritance diagram for ulxr::MethodException:
Public Member Functions | |
MethodException (int fc, const CppString &s) | |
Constructs a method exception. | |
virtual | ~MethodException () throw () |
Destroys the exception. |
User fault codes should be positive.
Definition at line 194 of file ulxr_except.h.
ulxr::MethodException::MethodException | ( | int | fc, | |
const CppString & | s | |||
) |
Constructs a method exception.
fc | number representing the error class | |
s | the reason for the exception |
Definition at line 156 of file ulxr_except.cpp.
ulxr::MethodException::~MethodException | ( | ) | throw () [virtual] |