OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Attributes | List of all members
OptPilotException Class Reference

#include <OptPilotException.h>

Public Member Functions

 OptPilotException (const std::string &meth, const std::string &descr)
 
virtual const char * what () const throw ()
 
virtual const char * where () const throw ()
 

Private Attributes

std::string descr_
 
std::string meth_
 

Detailed Description

Definition at line 6 of file OptPilotException.h.

Constructor & Destructor Documentation

OptPilotException::OptPilotException ( const std::string &  meth,
const std::string &  descr 
)
inline

Definition at line 10 of file OptPilotException.h.

References descr_, and meth_.

Member Function Documentation

virtual const char* OptPilotException::what ( ) const
throw (
)
inlinevirtual
virtual const char* OptPilotException::where ( ) const
throw (
)
inlinevirtual

Definition at line 19 of file OptPilotException.h.

References meth_.

Referenced by OpalSimulation::collectResults().

Member Data Documentation

std::string OptPilotException::descr_
private

Definition at line 25 of file OptPilotException.h.

Referenced by OptPilotException(), and what().

std::string OptPilotException::meth_
private

Definition at line 26 of file OptPilotException.h.

Referenced by OptPilotException(), and where().


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