9 #ifndef _b9607695_cb3b_4188_8caa_bc8bb051ef28 10 #define _b9607695_cb3b_4188_8caa_bc8bb051ef28 23 Exception(std::string
const & message=
"");
29 virtual const char*
what()
const throw();
38 #endif // _b9607695_cb3b_4188_8caa_bc8bb051ef28 std::string _message
Message of the exception.
Definition: Exception.h:33
Base class for odil exceptions.
Definition: Exception.h:19
Definition: Association.cpp:39
virtual ~Exception()
Destructor.
Definition: Exception.cpp:25
virtual const char * what() const
Return the reason for the exception.
Definition: Exception.cpp:32
Exception(std::string const &message="")
Message string constructor.
Definition: Exception.cpp:18