IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
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 8 of file IpplException.h.

References descr_, and meth_.

Member Function Documentation

◆ what()

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

Definition at line 13 of file IpplException.h.

References descr_.

Referenced by ippl::FEMMaxwellDiffusionSolver< FieldType >::solve().

Here is the caller graph for this function:

◆ where()

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

Definition at line 15 of file IpplException.h.

References meth_.

Referenced by ippl::FEMMaxwellDiffusionSolver< FieldType >::solve().

Here is the caller graph for this function:

Member Data Documentation

◆ descr_

std::string IpplException::descr_
private

Definition at line 18 of file IpplException.h.

Referenced by IpplException(), and what().

◆ meth_

std::string IpplException::meth_
private

Definition at line 19 of file IpplException.h.

Referenced by IpplException(), and where().


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