casa
$Rev:20696$
|
#include <DisplayErrors.h>
Public Member Functions | |
runtime_error (const char *err="runtime viewer error") | |
~runtime_error () throw ( ) | |
const char * | what () const throw () |
Public Attributes | |
const std::string | str |
Definition at line 41 of file DisplayErrors.h.
casa::viewer::runtime_error::runtime_error | ( | const char * | err = "runtime viewer error" | ) | [inline] |
Definition at line 42 of file DisplayErrors.h.
casa::viewer::runtime_error::~runtime_error | ( | ) | throw ( ) [inline] |
Definition at line 43 of file DisplayErrors.h.
const char* casa::viewer::runtime_error::what | ( | ) | const throw () [inline] |
Definition at line 44 of file DisplayErrors.h.
References str.
const std::string casa::viewer::runtime_error::str |
Definition at line 45 of file DisplayErrors.h.
Referenced by what().