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

#include <SwitcherError.h>

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

Public Member Functions

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

 SwitcherError ()
 

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 8 of file SwitcherError.h.

Constructor & Destructor Documentation

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

Definition at line 3 of file SwitcherError.cpp.

SwitcherError::SwitcherError ( const SwitcherError rhs)

Definition at line 7 of file SwitcherError.cpp.

SwitcherError::~SwitcherError ( )
virtual

Definition at line 11 of file SwitcherError.cpp.

SwitcherError::SwitcherError ( )
private

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