#include <Enum.hxx>
Public Member Functions | |
IllegalValue (const IllegalValue &e) | |
IllegalValue (const std::string &s) | |
virtual | ~IllegalValue () throw () |
Public Attributes | |
std::string | msg |
Definition at line 33 of file Enum.hxx.
CLAM::IllegalValue::IllegalValue | ( | const IllegalValue & | e | ) | [inline] |
CLAM::IllegalValue::IllegalValue | ( | const std::string & | s | ) | [inline] |
virtual CLAM::IllegalValue::~IllegalValue | ( | ) | throw () [inline, virtual] |
std::string CLAM::IllegalValue::msg |