|
ubit
|
Ubit exception. More...
#include <uobject.hpp>
Public Types | |
| enum | { FATAL_ERROR = -1, WARNING, ERROR, INTERNAL_ERROR, STYLE_ERROR, CSS_ERROR, XML_ERROR } |
Public Member Functions | |
| UError (int errnum, const UObject *, const char *funcname) | |
| virtual const char * | what () const throw () |
Public Attributes | |
| int | errnum |
| const UObject * | object |
| const char * | function_name |
| char | message [message_capacity] |
Static Public Attributes | |
| static const int | message_capacity = 2000 |
Ubit exception.
1.8.12