Public Member Functions

Utils::InvalidParameterException Class Reference

Invalid parameter Exception. More...

#include <B2BITS_Exception.h>

Inheritance diagram for Utils::InvalidParameterException:
Collaboration diagram for Utils::InvalidParameterException:

List of all members.

Public Member Functions

 InvalidParameterException (const std::string &aMsg)
 Constructor.

Detailed Description

Invalid parameter Exception.

Definition at line 131 of file B2BITS_Exception.h.


Constructor & Destructor Documentation

Utils::InvalidParameterException::InvalidParameterException ( const std::string &  aMsg ) [inline]

Constructor.

Parameters:
aMsgMessage that explains exception.

Definition at line 135 of file B2BITS_Exception.h.