B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Utils::InvalidParameterException Class Reference

Invalid parameter Exception. More...

#include <B2BITS_Exception.h>

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

Public Member Functions

 InvalidParameterException (const std::string &aMsg)
 Constructor. More...
 
- Public Member Functions inherited from Utils::Exception
 Exception ()
 Constructor. More...
 
 Exception (const std::string &aReason)
 Constructor. More...
 
std::string const & reason () const throw ()
 Returns the reason for this exception. More...
 
virtual const char * what () const B2B_OVERRIDE throw ()
 Returns the reason for this exception. More...
 
virtual ~Exception () throw ()
 Destructor. More...
 

Additional Inherited Members

- Protected Attributes inherited from Utils::Exception
std::string m_reason
 std::string that describes raised exception More...
 

Detailed Description

Invalid parameter Exception.

Constructor & Destructor Documentation

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

Constructor.

Parameters
aMsgMessage that explains exception.