#include <ProgramExceptions.hpp>
Public Member Functions | |
program_load_exception (const std::string &error) | |
const char * | what () const throw () |
~program_load_exception () throw () | |
Private Attributes | |
std::string | merror |
This exception is thrown when a program or state machine could not be loaded into a ProgramProcessor or StateMachineProcessor.
Definition at line 53 of file ProgramExceptions.hpp.
|
inline |
Definition at line 58 of file ProgramExceptions.hpp.
|
inline |
Definition at line 62 of file ProgramExceptions.hpp.
|
inline |
Definition at line 63 of file ProgramExceptions.hpp.
|
private |
Definition at line 56 of file ProgramExceptions.hpp.