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

#include <IpplException.h>

Collaboration diagram for IpplException:

Public Member Functions

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

Private Attributes

std::string descr_
std::string meth_

Detailed Description

Definition at line 6 of file IpplException.h.

Constructor & Destructor Documentation

◆ IpplException()

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

Definition at line 10 of file IpplException.h.

References descr_, and meth_.

Member Function Documentation

◆ what()

virtual const char * IpplException::what ( ) const
throw ( )
inlinevirtual

Definition at line 15 of file IpplException.h.

References descr_.

Referenced by PartBunchBase< T, Dim >::update(), and PartBunchBase< T, Dim >::update().

◆ where()

virtual const std::string & IpplException::where ( ) const
inlinevirtual

Definition at line 19 of file IpplException.h.

References meth_.

Referenced by PartBunchBase< T, Dim >::update(), and PartBunchBase< T, Dim >::update().

Member Data Documentation

◆ descr_

std::string IpplException::descr_
private

Definition at line 25 of file IpplException.h.

Referenced by IpplException(), and what().

◆ meth_

std::string IpplException::meth_
private

Definition at line 26 of file IpplException.h.

Referenced by IpplException(), and where().


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