casa
$Rev:20696$
|
#include <DisplayErrors.h>
Public Member Functions | |
internal_error (const char *err="internal viewer inconsistency") | |
~internal_error () throw ( ) | |
const char * | what () const throw () |
Public Attributes | |
const std::string | str |
Definition at line 34 of file DisplayErrors.h.
casa::viewer::internal_error::internal_error | ( | const char * | err = "internal viewer inconsistency" | ) | [inline] |
Definition at line 35 of file DisplayErrors.h.
casa::viewer::internal_error::~internal_error | ( | ) | throw ( ) [inline] |
Definition at line 36 of file DisplayErrors.h.
const char* casa::viewer::internal_error::what | ( | ) | const throw () [inline] |
Definition at line 37 of file DisplayErrors.h.
References str.
const std::string casa::viewer::internal_error::str |
Definition at line 38 of file DisplayErrors.h.
Referenced by what().