1 #ifndef ORG_EEROS_CORE_EEROSEXCEPTION_HPP
2 #define ORG_EEROS_CORE_EEROSEXCEPTION_HPP
16 virtual const char*
what()
const throw();
23 #endif // ORG_EEROS_CORE_EEROSEXCEPTION_HPP
Definition: EEROSException.hpp:9
virtual ~EEROSException()
Definition: EEROSException.cpp:11
std::string message
Definition: EEROSException.hpp:19
EEROSException()
Definition: EEROSException.cpp:5
virtual const char * what() const
Definition: EEROSException.cpp:13