1 #ifndef OPAL_OpalException_HH
2 #define OPAL_OpalException_HH
40 explicit OpalException(
const std::string &meth,
const std::string &msg);
The abstract base class for all exceptions in CLASSIC.
virtual const std::string & what() const
Return the message string for the exception.
virtual const std::string & where() const
Return the name of the method or function which detected the exception.
The base class for all OPAL exceptions.