CatapultServer  v0.5.0.1 (Elephant)
catapult::api::catapult_api_error Class Reference

Exception class that is thrown when a catapult api operation produces an error. More...

Inheritance diagram for catapult::api::catapult_api_error:
Collaboration diagram for catapult::api::catapult_api_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 catapult api operation produces an error.


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