|
C++ main module for mmsd Package
1.0
|
this class describes the exceptions raised for LAP package More...
#include <LAP_Exception.h>


Public Member Functions | |
| LAP_Exception () | |
| build a matrix More... | |
| LAP_Exception (const tString &where, const tString &what) | |
| LAP_Exception (const tString &module, const tString &method, const tString &what) | |
| LAP_Exception (const tString &assertion, const tString &file, const unsigned int &line, const tString &function) | |
| tString | getMessage () const |
| return the message of the exception More... | |
Static Public Member Functions | |
| static void | enablePrint (const tBoolean &enable) |
this class describes the exceptions raised for LAP package
| LAP_Exception::LAP_Exception | ( | ) |
build a matrix
| LAP_Exception::LAP_Exception | ( | const tString & | module, |
| const tString & | method, | ||
| const tString & | what | ||
| ) |
| LAP_Exception::LAP_Exception | ( | const tString & | assertion, |
| const tString & | file, | ||
| const unsigned int & | line, | ||
| const tString & | function | ||
| ) |
|
inlinestaticinherited |
Static (i.e. library-wide) flag whether any new LaException should also print its message to stderr. Disabled by default.
|
inlineinherited |
return the message of the exception
References tString.
1.8.8