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