casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Enumerations
Error.h File Reference
#include <string>
#include <stdarg.h>

Go to the source code of this file.

Classes

class  Error
 The Error class represents a list of exceptions that may happen when errors occur. More...
 

Macros

#define _ERROR_H
 

Enumerations

enum  ErrorLevel {
  NOERROR,
  WARNING,
  MINOR,
  SERIOUS,
  FATAL,
  NOERROR,
  WARNING,
  MINOR,
  SERIOUS,
  FATAL
}
 

Macro Definition Documentation

#define _ERROR_H

Definition at line 43 of file Error.h.

Enumeration Type Documentation

enum ErrorLevel
Enumerator
NOERROR 
WARNING 
MINOR 
SERIOUS 
FATAL 
NOERROR 
WARNING 
MINOR 
SERIOUS 
FATAL 

Definition at line 6 of file Error.h.