Core Library
Public Member Functions
Core::InvalidArgException Class Reference

The type of exception thrown when an invalid argument is passed to a function. More...

#include <InvalidArgException.hpp>

Inheritance diagram for Core::InvalidArgException:
Core::Exception

List of all members.

Public Member Functions

 InvalidArgException (const tstring &strDetails)
 Construction from a string containing the details.
virtual ~InvalidArgException () throw ()
 Destructor.

Detailed Description

The type of exception thrown when an invalid argument is passed to a function.


Constructor & Destructor Documentation

Core::InvalidArgException::InvalidArgException ( const tstring strDetails) [inline]

Construction from a string containing the details.

Core::InvalidArgException::~InvalidArgException ( ) throw () [inline, virtual]

Destructor.


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