OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
IndexMap::OutOfBounds Class Reference

#include <IndexMap.h>

Inheritance diagram for IndexMap::OutOfBounds:
Inheritance graph
Collaboration diagram for IndexMap::OutOfBounds:
Collaboration graph

Public Member Functions

 OutOfBounds (const std::string &meth, const std::string &msg)
 
 OutOfBounds (const OutOfBounds &rhs)
 
virtual ~OutOfBounds ()
 
virtual const std::string & what () const
 Return the message string for the exception.
 
virtual const std::string & where () const
 Return the name of the method or function which detected the exception.
 

Private Member Functions

 OutOfBounds ()
 

Private Attributes

const std::string message
 
const std::string method
 

Detailed Description

Definition at line 65 of file IndexMap.h.

Constructor & Destructor Documentation

◆ OutOfBounds() [1/3]

IndexMap::OutOfBounds::OutOfBounds ( const std::string &  meth,
const std::string &  msg 
)
inline

Definition at line 67 of file IndexMap.h.

◆ OutOfBounds() [2/3]

IndexMap::OutOfBounds::OutOfBounds ( const OutOfBounds rhs)
inline

Definition at line 69 of file IndexMap.h.

◆ ~OutOfBounds()

virtual IndexMap::OutOfBounds::~OutOfBounds ( )
inlinevirtual

Definition at line 71 of file IndexMap.h.

◆ OutOfBounds() [3/3]

IndexMap::OutOfBounds::OutOfBounds ( )
private

Member Function Documentation

◆ what()

const std::string & OpalException::what ( ) const
virtualinherited

◆ where()

const std::string & OpalException::where ( ) const
virtualinherited

Return the name of the method or function which detected the exception.

Definition at line 33 of file OpalException.cpp.

References OpalException::method.

Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), main(), OpalParser::run(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), and TEST_F().

Member Data Documentation

◆ message

const std::string OpalException::message
privateinherited

Definition at line 56 of file OpalException.h.

Referenced by OpalException::what().

◆ method

const std::string OpalException::method
privateinherited

Definition at line 57 of file OpalException.h.

Referenced by OpalException::where().


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