Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
pandora::StopProcessingException Class Reference

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.
 

Detailed Description

Stop processing exception class.

Definition at line 96 of file PandoraIO.h.

Constructor & Destructor Documentation

◆ StopProcessingException() [1/2]

pandora::StopProcessingException::StopProcessingException ( const std::string &  description)
inline

Constructor.

Parameters
descriptionthe description of the context under which exception was raised

Definition at line 131 of file PandoraIO.h.

◆ StopProcessingException() [2/2]

pandora::StopProcessingException::StopProcessingException ( const StopProcessingException rhs)
inline

Copy constructor.

Parameters
rhsthe instance to copy

Definition at line 138 of file PandoraIO.h.

◆ ~StopProcessingException()

pandora::StopProcessingException::~StopProcessingException ( )
inline

Destructor.

Definition at line 145 of file PandoraIO.h.

Member Function Documentation

◆ GetDescription()

const std::string & pandora::StopProcessingException::GetDescription ( ) const
inline

Get the description of the context under which exception was raised.

Returns
the description

Definition at line 151 of file PandoraIO.h.

Member Data Documentation

◆ m_description

const std::string pandora::StopProcessingException::m_description
private

Description of the context under which exception was raised.

Definition at line 126 of file PandoraIO.h.


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