#include <fesa-core/Exception/FesaExceptionDef.h>
#include <cstdarg>
#include <map>
#include <stdexcept>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | fesa::FesaException |
This class is the based class for all the exceptions in the FESA framework. It contains an error code in order to retrieve the message linked to the error. This error code has to be in the messages.cfg file The class also admits parameters to be replaced in the message in the format $1,$2 ... More... | |
class | fesa::FesaBadConfigException |
class | fesa::FesaIOException |
class | fesa::FesaBadParameterException |
class | fesa::FesaTypeMismatchException |
class | fesa::FesaInvalidResourceException |
class | fesa::FesaFileException |
Namespaces | |
namespace | fesa |