PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions
PMPLException Struct Reference

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.


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