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

Public Member Functions | |
| FountainException (const std::string &msg=std::string(), FountainErrorCode code=unknownFailure) throw () | |
| Create an exception with the error string msg and FountainErrorCode code. | |
| FountainException (const char *msg, FountainErrorCode code=unknownFailure) throw () | |
| Create an exception with the error string msg and FountainErrorCode code. | |
| virtual | ~FountainException () throw () |
| Destructor. | |
| FountainErrorCode | getCode () const |
| Get the error code. | |
| virtual bool | isFatal () const |
Private Attributes | |
| FountainErrorCode | code_ |
| The error code for this exception. | |
| std::string | what_ |
| The error string for this exception. | |
|
||||||||||||
|
Create an exception with the error string msg and FountainErrorCode code.
|
|
||||||||||||
|
Create an exception with the error string msg and FountainErrorCode code.
|
|
|
Get the error code.
|
|
|
Reimplemented in FatalFountainException. |
1.4.6