Exception indicating unrecognized or unsuitable stellar zone. More...
#include <Error.h>
Inheritance diagram for Core::Error::BadStellarZone:
Collaboration diagram for Core::Error::BadStellarZone:Public Member Functions | |
| BadStellarZone (const std::string &error_message="") | |
| Create a bad stellar zone exception. More... | |
| virtual const char * | what () const throw () |
| Reports "Invalid stellar zone" as the error type. More... | |
Public Member Functions inherited from Core::Error::BadFunctionArguments | |
| BadFunctionArguments (const std::string &error_message="") | |
| Create bad function arguments exception. More... | |
Public Member Functions inherited from Core::Error::Runtime | |
| Runtime (const std::string &error_message="") | |
| Create a runtime exception. More... | |
Public Member Functions inherited from Core::Error::General | |
| General (const std::string &error_message="") | |
| Create an exception. More... | |
| const std::string & | get_message () |
| Details about what caused the error. More... | |
| virtual | ~General () throw () |
| Cleanup if necessary. More... | |
Exception indicating unrecognized or unsuitable stellar zone.
|
inline |
|
inlinevirtual | |||||||||||||
Reports "Invalid stellar zone" as the error type.
Reimplemented from Core::Error::BadFunctionArguments.