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

Convergence error exception. More...

#include <ConvergenceError.h>

Inheritance diagram for ConvergenceError:
Inheritance graph
[legend]
Collaboration diagram for ConvergenceError:
Collaboration graph
[legend]

Public Member Functions

 ConvergenceError (const std::string &method, const std::string &message)
 The usual constructor. More...
 
 ConvergenceError (const ConvergenceError &)
 
virtual ~ConvergenceError ()
 
- Public Member Functions inherited from ClassicException
virtual const std::string & what () const
 Return the message string for the exception. More...
 
virtual const std::string & where () const
 Return the name of the method or function which detected the exception. More...
 

Private Member Functions

 ConvergenceError ()
 

Additional Inherited Members

- Protected Member Functions inherited from ArithmeticError
 ArithmeticError (const std::string &meth, const std::string &msg)
 The usual constructor. More...
 
 ArithmeticError (const ArithmeticError &)
 
virtual ~ArithmeticError ()
 
- Protected Member Functions inherited from ClassicException
 ClassicException (const std::string &meth, const std::string &msg)
 The usual constructor. More...
 
 ClassicException (const ClassicException &)
 
virtual ~ClassicException ()
 
 ClassicException ()
 
- Protected Attributes inherited from ClassicException
const std::string message
 
const std::string method
 

Detailed Description

Convergence error exception.

Definition at line 32 of file ConvergenceError.h.

Constructor & Destructor Documentation

ConvergenceError::ConvergenceError ( const std::string &  method,
const std::string &  message 
)

The usual constructor.

Definition at line 28 of file ConvergenceError.cpp.

ConvergenceError::ConvergenceError ( const ConvergenceError rhs)

Definition at line 33 of file ConvergenceError.cpp.

ConvergenceError::~ConvergenceError ( )
virtual

Definition at line 38 of file ConvergenceError.cpp.

ConvergenceError::ConvergenceError ( )
private

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