OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <IpplException.h>
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_ |
Definition at line 6 of file IpplException.h.
|
inline |
Definition at line 10 of file IpplException.h.
|
inlinevirtual |
Definition at line 15 of file IpplException.h.
References descr_.
Referenced by PartBunchBase< T, Dim >::update().
|
inlinevirtual |
Definition at line 19 of file IpplException.h.
References meth_.
Referenced by PartBunchBase< T, Dim >::update().
|
private |
Definition at line 25 of file IpplException.h.
Referenced by IpplException(), and what().
|
private |
Definition at line 26 of file IpplException.h.
Referenced by IpplException(), and where().