#include <InterpKernelException.hxx>
Inherits std::exception.
Public Member Functions | |
| Exception (const char *what) | |
| Exception (const char *what, const char *file, int line) | |
| ~Exception () throw () | |
| const char * | what () const throw () |
Protected Attributes | |
| std::string | _reason |
| INTERP_KERNEL.Exception::Exception | ( | const char * | what | ) |
| INTERP_KERNEL.Exception::Exception | ( | const char * | what, |
| const char * | file, | ||
| int | line | ||
| ) |
| INTERP_KERNEL.Exception::~Exception | ( | ) | throw () |
| const char * INTERP_KERNEL.Exception::what | ( | ) | const throw () |
std::string INTERP_KERNEL.Exception._reason [protected] |