Simple Application Framework
1
|
Invalid type cast exception class. More...
#include <InvalidCastException.h>
Public Member Functions | |
InvalidCastException (const SourceLocation &loc) | |
Constructor. | |
InvalidCastException (const SourceLocation &loc, const Text::String &msg) | |
Constructor. |
Invalid type cast exception class.
Saf::InvalidCastException::InvalidCastException | ( | const SourceLocation & | loc | ) | [inline] |
Constructor.
[in] | loc | Exception source descriptor. |
Saf::InvalidCastException::InvalidCastException | ( | const SourceLocation & | loc, |
const Text::String & | msg | ||
) | [inline] |
Constructor.
[in] | loc | Exception source descriptor. |
[in] | msg | String describing the exception and its cause. |