13 #ifndef OPAL_EARLY_LEAVE_EXCEPTION_H
14 #define OPAL_EARLY_LEAVE_EXCEPTION_H
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.
EarlyLeaveException()=delete
virtual ~EarlyLeaveException()