ARTS  2.2.66
exceptions.h File Reference

The declarations of all the exception classes. More...

#include <stdexcept>
#include "matpack.h"
#include "mystring.h"

Go to the source code of this file.

Classes

class  ParseError
 
class  Eot
 
class  UnexpectedChar
 
class  IllegalLinebreak
 
class  UnknownMethod
 
class  UnknownWsv
 
class  WsvAlreadyExists
 
class  WrongWsvGroup
 

Detailed Description

The declarations of all the exception classes.

Dedicated exception classes are used only by the parser. Otherwise, only runtime_error is used. Furthermore, errors that corresponds to bugs in the program rather than incorrect input should be handled by assertions.

Author
Stefan Buehler
Date
1999-09-24

Definition in file exceptions.h.