#include "define.h"
#include <string>
#include <stdexcept>
Go to the source code of this file.
Classes | |
| class | FountainException |
| A base class for all exceptions thrown by various Fountain components. More... | |
| class | FatalFountainException |
| This class inherits from the FountainException class to override its isFatal method to distinguish between exceptions that should be rethrown when caught and those that should not. More... | |
Enumerations | |
| enum | FountainErrorCode |
Functions | |
| bool | fountain_convert (const char *s, FountainErrorCode &t) |
|
|
Contains error codes for various Fountain error states |
|
||||||||||||
|
|
1.4.6