#include <stdexcept>
#include "arts.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 | WrongWsvGroup |
class | UnexpectedKeyword |
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.
Definition in file exceptions.h.