|
Simple Application Framework
1
|
Invalid operation exception class. More...
#include <InvalidOperationException.h>
Public Member Functions | |
| InvalidOperationException (const SourceLocation &loc) | |
| Constructor. | |
| InvalidOperationException (const SourceLocation &loc, const Text::String &msg) | |
| Constructor. | |
Invalid operation exception class.
Such exception is typically raised when method is called at wrong time (e.g. before data structures are initialized, etc.)
| Saf::InvalidOperationException::InvalidOperationException | ( | const SourceLocation & | loc | ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| Saf::InvalidOperationException::InvalidOperationException | ( | const SourceLocation & | loc, |
| const Text::String & | msg | ||
| ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| [in] | msg | String describing the exception and its cause. |
1.8.0