Parasol Planning Library (PPL)
|
#include <PMPLExceptions.h>
Public Member Functions | |
PMPLException (const std::string &_type, const std::string &_where, const std::string &_message) | |
Base exception class for PMPL.
PMPLExceptions are objects which methods can throw for their various errors. These aid users in identifying where and how errors occur. The base class provides an output stream operator which allows one to treat the object like an ostringstream.
|
inline |