Pandora
Pandora source code navigator
|
Stop processing exception class. More...
#include "PandoraIO.h"
Public Member Functions | |
StopProcessingException (const std::string &description) | |
Constructor. | |
StopProcessingException (const StopProcessingException &rhs) | |
Copy constructor. | |
~StopProcessingException () | |
Destructor. | |
const std::string & | GetDescription () const |
Get the description of the context under which exception was raised. | |
Private Attributes | |
const std::string | m_description |
Description of the context under which exception was raised. | |
Stop processing exception class.
Definition at line 96 of file PandoraIO.h.
|
inline |
Constructor.
description | the description of the context under which exception was raised |
Definition at line 131 of file PandoraIO.h.
|
inline |
|
inline |
Destructor.
Definition at line 145 of file PandoraIO.h.
|
inline |
Get the description of the context under which exception was raised.
Definition at line 151 of file PandoraIO.h.
|
private |
Description of the context under which exception was raised.
Definition at line 126 of file PandoraIO.h.