ubit
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ubit::UError Class Reference

Ubit exception. More...

#include <uobject.hpp>

Inheritance diagram for ubit::UError:

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 UObjectobject
 
const char * function_name
 
char message [message_capacity]
 

Static Public Attributes

static const int message_capacity = 2000
 

Detailed Description

Ubit exception.


The documentation for this class was generated from the following files: