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

#include <SDDSParserException.h>

Public Member Functions

 SDDSParserException (const std::string &meth, const std::string &descr)
 
virtual const char * what () const throw ()
 
virtual const char * where () const throw ()
 

Private Attributes

std::string descr_
 
std::string meth_
 

Detailed Description

Definition at line 6 of file SDDSParserException.h.

Constructor & Destructor Documentation

SDDSParserException::SDDSParserException ( const std::string &  meth,
const std::string &  descr 
)
inline

Definition at line 10 of file SDDSParserException.h.

References descr_, and meth_.

Member Function Documentation

virtual const char* SDDSParserException::what ( ) const
throw (
)
inlinevirtual
virtual const char* SDDSParserException::where ( ) const
throw (
)
inlinevirtual

Definition at line 19 of file SDDSParserException.h.

References meth_.

Referenced by OpalSimulation::collectResults(), OpalSimulation::getData(), and main().

Member Data Documentation

std::string SDDSParserException::descr_
private

Definition at line 25 of file SDDSParserException.h.

Referenced by SDDSParserException(), and what().

std::string SDDSParserException::meth_
private

Definition at line 26 of file SDDSParserException.h.

Referenced by SDDSParserException(), and where().


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