Parasol Planning Library (PPL)
Public Member Functions
PMPLException Struct Reference

#include <PMPLExceptions.h>

Inheritance diagram for PMPLException:
Inheritance graph
[legend]
Collaboration diagram for PMPLException:
Collaboration graph
[legend]

Public Member Functions

 PMPLException (const std::string &_type, const std::string &_where, const std::string &_message)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PMPLException()

PMPLException::PMPLException ( const std::string &  _type,
const std::string &  _where,
const std::string &  _message 
)
inline

The documentation for this struct was generated from the following file: