Public Member Functions | |
RmsRuntimeException (const std::string &fileName, int line, const std::string &message) | |
virtual | ~RmsRuntimeException () throw () |
const char * | what () const throw () |
Private Attributes | |
std::string | _fullText |
Class to report runtime exceptions.
Definition at line 42 of file RmsRuntimeException.h.
|
inline |
Constructs a runtime exception instance from the specified file, line number, and message.
Definition at line 50 of file RmsRuntimeException.h.
References _fullText, allTimeWatchdog::endl, compare_h5_caf::idx, make_syst_table_plots::line, gen_hdf5record::size, and string.
|
inlinevirtual |
|
inline |
Returns a description of the exception.
Definition at line 89 of file RmsRuntimeException.h.
References _fullText.
|
private |
The full description of the exception.
Definition at line 98 of file RmsRuntimeException.h.
Referenced by RmsRuntimeException(), and what().