Jpp
|
Exception for absence of type information. More...
#include <JException.hh>
Public Member Functions | |
JTypeInformationException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for absence of type information.
Definition at line 594 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 603 of file JException.hh.
|
inlinevirtualinherited |