CatapultServer  v0.5.0.1 (Elephant)
catapult::utils::property_malformed_error Class Reference

Exception class that is thrown when a configuration property is malformed. More...

Inheritance diagram for catapult::utils::property_malformed_error:
Collaboration diagram for catapult::utils::property_malformed_error:

Additional Inherited Members

- Public Member Functions inherited from catapult::catapult_error< TStlException >
 catapult_error (const char *what)
 Creates an exception with a message (what). More...
 
 catapult_error (const catapult_error &rhs)
 Copy constructs an exception from rhs. More...
 
 catapult_error (catapult_error &&rhs)
 Move constructs an exception from rhs. More...
 
- Public Member Functions inherited from catapult::utils::NonCopyable
constexpr NonCopyable ()=default
 Default constructor. More...
 
 ~NonCopyable ()=default
 Default destructor. More...
 
 NonCopyable (const NonCopyable &)=delete
 Disabled copy constructor. More...
 
NonCopyableoperator= (const NonCopyable &)=delete
 Disabled assignment operator. More...
 

Detailed Description

Exception class that is thrown when a configuration property is malformed.


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