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

The abstract base class for all CLASSIC arithmetic exceptions. More...

#include <ArithmeticError.h>

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

Protected Member Functions

 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 ()
 

Private Member Functions

 ArithmeticError ()
 

Additional Inherited Members

- 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...
 
- Protected Attributes inherited from ClassicException
const std::string message
 
const std::string method
 

Detailed Description

The abstract base class for all CLASSIC arithmetic exceptions.

Definition at line 33 of file ArithmeticError.h.

Constructor & Destructor Documentation

ArithmeticError::ArithmeticError ( const std::string &  meth,
const std::string &  msg 
)
protected

The usual constructor.

Definition at line 29 of file ArithmeticError.cpp.

ArithmeticError::ArithmeticError ( const ArithmeticError rhs)
protected

Definition at line 34 of file ArithmeticError.cpp.

ArithmeticError::~ArithmeticError ( )
protectedvirtual

Definition at line 39 of file ArithmeticError.cpp.

ArithmeticError::ArithmeticError ( )
private

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