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

Parse exception. More...

#include <ParseError.h>

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

Public Member Functions

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

 ParseError ()
 

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

Parse exception.

Definition at line 32 of file ParseError.h.

Constructor & Destructor Documentation

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

The usual constructor.

Definition at line 28 of file ParseError.cpp.

ParseError::ParseError ( const ParseError rhs)

Definition at line 33 of file ParseError.cpp.

ParseError::~ParseError ( )
virtual

Definition at line 38 of file ParseError.cpp.

ParseError::ParseError ( )
private

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