#include <ulxr_except.h>
Inheritance diagram for ulxr::ParameterException:
Public Member Functions | |
ParameterException (int fc, const CppString &s) | |
Constructs a parameter exception. | |
virtual | ~ParameterException () throw () |
Destroys the exception. |
One possibility is the wrong type.
Definition at line 175 of file ulxr_except.h.
ulxr::ParameterException::ParameterException | ( | int | fc, | |
const CppString & | s | |||
) |
Constructs a parameter exception.
fc | number representing the error class | |
s | the reason for the exception |
Definition at line 142 of file ulxr_except.cpp.
ulxr::ParameterException::~ParameterException | ( | ) | throw () [virtual] |