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

#include <GeneralClassicException.h>

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

Public Member Functions

 GeneralClassicException (const std::string &meth, const std::string &msg)
 
 GeneralClassicException (const GeneralClassicException &)
 
virtual ~GeneralClassicException ()
 
- 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

 GeneralClassicException ()
 

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

Definition at line 6 of file GeneralClassicException.h.

Constructor & Destructor Documentation

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

Definition at line 3 of file GeneralClassicException.cpp.

GeneralClassicException::GeneralClassicException ( const GeneralClassicException rhs)

Definition at line 7 of file GeneralClassicException.cpp.

GeneralClassicException::~GeneralClassicException ( )
virtual

Definition at line 11 of file GeneralClassicException.cpp.

GeneralClassicException::GeneralClassicException ( )
private

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