B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
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.
 
- Public Member Functions inherited from Utils::Exception
 Exception ()
 Constructor.
 
 Exception (const std::string &aReason)
 Constructor.
 
std::string const & reason () const throw ()
 Returns the reason for this exception.
 
virtual const char * what () const throw ()
 Returns the reason for this exception.
 
virtual ~Exception () throw ()
 Destructor.
 

Additional Inherited Members

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

Detailed Description

Invalid parameter Exception.

Constructor & Destructor Documentation

◆ InvalidParameterException()

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

Constructor.

Parameters
aMsgMessage that explains exception.