casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::viewer::runtime_error Struct Reference

#include <DisplayErrors.h>

Inheritance diagram for casa::viewer::runtime_error:

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
 

Detailed Description

Definition at line 43 of file DisplayErrors.h.

Constructor & Destructor Documentation

casa::viewer::runtime_error::runtime_error ( const char *  err = "runtime viewer error")
inline

Definition at line 44 of file DisplayErrors.h.

casa::viewer::runtime_error::~runtime_error ( )
throw (
)
inline

Definition at line 45 of file DisplayErrors.h.

Member Function Documentation

const char* casa::viewer::runtime_error::what ( ) const
throw (
)
inline

Definition at line 46 of file DisplayErrors.h.

References str.

Member Data Documentation

const std::string casa::viewer::runtime_error::str

Definition at line 49 of file DisplayErrors.h.

Referenced by what().


The documentation for this struct was generated from the following file: