Error.h File Reference
Declaration of the exception classes Error, RuntimeError, and FatalError.
More...
#include <exception>
#include <new>
#include <string>
|
Classes |
class | Error |
| Base class for exceptions related to the PEARL library. More...
|
class | RuntimeError |
| Exception class related to the PEARL library for recoverable errors. More...
|
class | FatalError |
| Exception class related to the PEARL library for unrecoverable errors. More...
|
class | MemoryError |
| Exception class related to the PEARL library that is used to signal out of memory situations. More...
|
Namespaces |
namespace | pearl |
| Namespace of the PEARL library.
|
Detailed Description
This header file provides the declaration of the three exception classes Error, RuntimeError, and FatalError that are used by the PEARL library.