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