GPLIB++
Public Member Functions | List of all members
gplib::FatalException Class Reference

The basic exception class for all errors that arise in gplib. More...

#include <FatalException.h>

Inheritance diagram for gplib::FatalException:
Inheritance graph
[legend]

Public Member Functions

 FatalException (const std::string whatString)
 The constructor takes the error description as an argument, just like std::runtime_error. More...
 
virtual ~FatalException () throw ()
 

Detailed Description

The basic exception class for all errors that arise in gplib.

The FatalException class is thrown when there is a problem that cannot be fixed within the program It is derived from runtime_error to make error message handling easier.

Definition at line 11 of file FatalException.h.

Constructor & Destructor Documentation

gplib::FatalException::FatalException ( const std::string  whatString)
inline

The constructor takes the error description as an argument, just like std::runtime_error.

Definition at line 15 of file FatalException.h.

virtual gplib::FatalException::~FatalException ( )
throw (
)
inlinevirtual

Definition at line 20 of file FatalException.h.


The documentation for this class was generated from the following file: