

| Public Member Functions | |
| NoDisplayerException (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause. | |
| NoDisplayerException (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause. | |
| NoDisplayerException (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause. | |
| Protected Member Functions | |
| NoDisplayerException () throw () | |
Definition at line 11 of file SctDataDisplay/src/Exceptions.h.
| 
 | ||||||||||||||||
| Creates an Exception with message msg and no cause. 
 Definition at line 6 of file SctDataDisplay/src/Exceptions.cpp. | 
| 
 | ||||||||||||||||
| Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 10 of file SctDataDisplay/src/Exceptions.cpp. | 
| 
 | ||||||||||||||||||||
| Creates an Exception with a message and a cause. 
 Definition at line 14 of file SctDataDisplay/src/Exceptions.cpp. | 
 1.4.6
 1.4.6