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

#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_
 

Detailed Description

Definition at line 6 of file IpplException.h.

Constructor & Destructor Documentation

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

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

Definition at line 15 of file IpplException.h.

References descr_.

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

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

Definition at line 19 of file IpplException.h.

References meth_.

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

Member Data Documentation

std::string IpplException::descr_
private

Definition at line 25 of file IpplException.h.

Referenced by IpplException(), and what().

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: