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

Exception for bad object attribute. More...

#include <AttributeError.h>

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

Public Member Functions

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

 AttributeError ()
 

Additional Inherited Members

- 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

Exception for bad object attribute.

Definition at line 32 of file AttributeError.h.

Constructor & Destructor Documentation

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

The usual constructor.

Definition at line 29 of file AttributeError.cpp.

AttributeError::AttributeError ( const AttributeError rhs)

Definition at line 34 of file AttributeError.cpp.

AttributeError::~AttributeError ( )
virtual

Definition at line 39 of file AttributeError.cpp.

AttributeError::AttributeError ( )
private

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