#include <ProgramExceptions.hpp>
Public Member Functions | |
program_unload_exception (const std::string &error) | |
const char * | what () const throw () |
~program_unload_exception () throw () | |
Private Attributes | |
std::string | merror |
This exception is thrown when a program or state machine could not be unloaded into a ProgramProcessor or StateMachineProcessor.
Definition at line 73 of file ProgramExceptions.hpp.
|
inline |
Definition at line 78 of file ProgramExceptions.hpp.
|
inline |
Definition at line 82 of file ProgramExceptions.hpp.
|
inline |
Definition at line 83 of file ProgramExceptions.hpp.
|
private |
Definition at line 76 of file ProgramExceptions.hpp.