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

Normal form error exception. More...

#include <NormalFormError.h>

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

Public Member Functions

 NormalFormError (const std::string &meth, const std::string &msg)
 The usual constructor. More...
 
 NormalFormError (const NormalFormError &)
 
virtual ~NormalFormError ()
 
- 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

 NormalFormError ()
 

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

Normal form error exception.

Definition at line 33 of file NormalFormError.h.

Constructor & Destructor Documentation

NormalFormError::NormalFormError ( const std::string &  meth,
const std::string &  msg 
)

The usual constructor.

Definition at line 28 of file NormalFormError.cpp.

NormalFormError::NormalFormError ( const NormalFormError rhs)

Definition at line 34 of file NormalFormError.cpp.

NormalFormError::~NormalFormError ( )
virtual

Definition at line 39 of file NormalFormError.cpp.

NormalFormError::NormalFormError ( )
private

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