Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Saf::ArgumentException Class Reference

Generic exception class for invalid method arguments. More...

#include <ArgumentException.h>

Inheritance diagram for Saf::ArgumentException:
Saf::Exception Saf::ArgumentNullException Saf::IndexOutOfRangeException

List of all members.

Public Member Functions

 ArgumentException (const SourceLocation &loc)
 Constructor.
 ArgumentException (const SourceLocation &loc, const Text::String &msg)
 Constructor.

Detailed Description

Generic exception class for invalid method arguments.


Constructor & Destructor Documentation

Constructor.

Parameters:
[in]locException source descriptor.
Saf::ArgumentException::ArgumentException ( const SourceLocation loc,
const Text::String msg 
) [inline]

Constructor.

Parameters:
[in]locException source descriptor.
[in]msgString describing the exception and its cause.

The documentation for this class was generated from the following file: