#include <ixlib_exbase.hh>
Inheritance diagram for ixion::base_exception::
Public Methods | |
base_exception (TErrorCode error, char const *info=NULL, char *module=NULL, TIndex line=0, char *category=NULL) | |
char const * | what () const throw () |
virtual const char * | getText () const=0 |
Public Attributes | |
TErrorCode | Error |
char * | Module |
TIndex | Line |
char * | Category |
bool | HasInfo |
char | Info [EX_INFOMAX+1] |
Static Public Attributes | |
char | RenderBuffer [EX_INFOMAX+1+100] |
|
|
|
Reimplemented in ixion::generic_exception, ixion::io_exception, ixion::no_location_javascript_exception, ixion::javascript_exception, ixion::regex_exception, and ixion::xml_exception. |
|
|
|
Definition at line 58 of file ixlib_exbase.hh. |
|
Definition at line 55 of file ixlib_exbase.hh. |
|
Definition at line 59 of file ixlib_exbase.hh. |
|
Definition at line 60 of file ixlib_exbase.hh. |
|
Definition at line 57 of file ixlib_exbase.hh. |
|
Definition at line 56 of file ixlib_exbase.hh. |
|
Definition at line 61 of file ixlib_exbase.hh. |