#include <FountainErrors.h>
Inheritance diagram for FatalFountainException:

Public Member Functions | |
| FatalFountainException (const std::string &msg=std::string(), FountainErrorCode code=unknownFailure) throw () | |
| Create an exception with the error string msg and FountainErrorCode code. | |
| FatalFountainException (const char *msg, FountainErrorCode code=unknownFailure) throw () | |
| Create an exception with the error string msg and FountainErrorCode code. | |
| bool | isFatal () const |
| Overrides the isFatal method of our parent class. | |
|
||||||||||||
|
Create an exception with the error string msg and FountainErrorCode code.
|
|
||||||||||||
|
Create an exception with the error string msg and FountainErrorCode code.
|
|
|
Overrides the isFatal method of our parent class.
Reimplemented from FountainException. |
1.4.6