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