CppEphem
|
Definition at line 89 of file CEException.h.
Public Member Functions | |
corr_file_load_error (const std::string &origin, const std::string &message) | |
Generate an exception of type "corr_file_load_error". More... | |
![]() | |
CEExceptionHandler () | |
CEExceptionHandler (const std::string &origin, const std::string &message, const std::string &type="<no type>") | |
Generates and returns the error message. More... | |
virtual void | message (const std::string &msg) |
Overwrite the error message. More... | |
virtual const char * | message (void) const noexcept |
Return the message passed by the user. More... | |
virtual void | message_append (const std::string &msg) |
Append a string to the end of the message. More... | |
virtual const char * | trace (void) const noexcept |
Return the backtrace string. More... | |
virtual const char * | what () const noexcept |
Generates and returns the error message. More... | |
virtual | ~CEExceptionHandler () noexcept |
#include <CEException.h>
CEException::corr_file_load_error::corr_file_load_error | ( | const std::string & | origin, |
const std::string & | message | ||
) |
Generate an exception of type "corr_file_load_error".
[in] | origin | Method that threw the error |
[in] | message | Diagnostic message |
Definition at line 124 of file CEException.cpp.