CatapultServer
v0.5.0.1 (Elephant)
|
Base class for all catapult exceptions that derives from both std::exception and boost::exception. More...
Public Member Functions | |
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... | |
NonCopyable & | operator= (const NonCopyable &)=delete |
Disabled assignment operator. More... | |
Base class for all catapult exceptions that derives from both std::exception and boost::exception.
|
inlineexplicit |
Creates an exception with a message (what).
|
inline |
Copy constructs an exception from rhs.
|
inline |
Move constructs an exception from rhs.