|
CatapultServer
v0.5.0.1 (Elephant)
|
Exception class that is thrown when an error is encountered while loading a plugin. More...


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... | |
| NonCopyable & | operator= (const NonCopyable &)=delete |
| Disabled assignment operator. More... | |
Exception class that is thrown when an error is encountered while loading a plugin.