Version: 5.1.6

INTERP_KERNEL.Exception Class Reference

#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

Constructor & Destructor Documentation

INTERP_KERNEL.Exception::Exception ( const char *  what  ) 
INTERP_KERNEL.Exception::Exception ( const char *  what,
const char *  file,
int  line 
)
INTERP_KERNEL.Exception::~Exception (  )  throw ()

Member Function Documentation

const char * INTERP_KERNEL.Exception::what (  )  const throw ()

Field Documentation

std::string INTERP_KERNEL.Exception._reason [protected]