casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
ATMError.h File Reference
#include "ATMCommon.h"
#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...
 

Enumerations

enum  ErrorLevel {
  NOERROR,
  WARNING,
  MINOR,
  SERIOUS,
  FATAL,
  NOERROR,
  WARNING,
  MINOR,
  SERIOUS,
  FATAL
}
 Definition of the sequence of error levels sorted by ascending severity. More...
 

Enumeration Type Documentation

enum ErrorLevel

Definition of the sequence of error levels sorted by ascending severity.

Enumerator
NOERROR 
WARNING 
MINOR 
SERIOUS 
FATAL 
NOERROR 
WARNING 
MINOR 
SERIOUS 
FATAL 

Definition at line 42 of file ATMError.h.