#include <LogicErrors.h>
Inheritance diagram for Sct::IllegalStateError:
Public Member Functions | |
IllegalStateError (const string &msg, const string &file, int line) throw () | |
Creates an Exception with message msg and no cause. | |
IllegalStateError (Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a cause. | |
IllegalStateError (const string &msg, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a message and a cause. | |
Protected Member Functions | |
IllegalStateError () throw () |
This indicates a serious bug.
Definition at line 104 of file LogicErrors.h.
|
Creates an Exception with message msg and no cause.
Definition at line 49 of file LogicErrors.cpp. |
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 53 of file LogicErrors.cpp. |
|
Creates an Exception with a message and a cause.
Definition at line 57 of file LogicErrors.cpp. |
|
Definition at line 123 of file LogicErrors.h. |