OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OptPilotException Class Reference

#include <OptPilotException.h>

Collaboration diagram for OptPilotException:

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 26 of file OptPilotException.h.

Constructor & Destructor Documentation

◆ OptPilotException()

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

Definition at line 30 of file OptPilotException.h.

References descr_, and meth_.

Member Function Documentation

◆ what()

◆ where()

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

Definition at line 39 of file OptPilotException.h.

References meth_.

Member Data Documentation

◆ descr_

std::string OptPilotException::descr_
private

Definition at line 45 of file OptPilotException.h.

Referenced by OptPilotException(), and what().

◆ meth_

std::string OptPilotException::meth_
private

Definition at line 46 of file OptPilotException.h.

Referenced by OptPilotException(), and where().


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