#include <uerror.hpp>
Inheritance diagram for ubit::UError:

Public Member Functions | |
| UError (const char *location, const char *message) | |
| creates a new Ubit Error or exception. | |
| virtual const UStr & | errname () const |
| returns "Error"; must be redefined by subclasses. | |
| virtual UStr & | location () |
| virtual const UStr & | location () const |
| virtual UStr & | message () |
| virtual const UStr & | message () const |
Protected Attributes | |
| uptr< UStr > | plocation |
| uptr< UStr > | pmessage |
see also: UErrorHandler.
| ubit::UError::UError | ( | const char * | location, | |
| const char * | message | |||
| ) |
creates a new Ubit Error or exception.
1.4.7