TPCCondData
Public Member Functions | List of all members
tpcconddata::InvalidDataException Class Reference

Base exception for error involving some data having an invalid value. More...

#include <TPCCondDataExeptions.h>

Inheritance diagram for tpcconddata::InvalidDataException:
tpcconddata::Exception

Public Member Functions

virtual ~InvalidDataException () throw ()
 
 InvalidDataException ()
 
 InvalidDataException (const std::string &err)
 
 InvalidDataException (const std::string &ClassName, const std::string &Message)
 
- Public Member Functions inherited from tpcconddata::Exception
virtual ~Exception () throw ()
 
 Exception (const std::string &text)
 
 Exception (const std::string &ClassName, const std::string &Message)
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from tpcconddata::Exception
 Exception ()
 
- Protected Attributes inherited from tpcconddata::Exception
std::string message
 

Detailed Description

Base exception for error involving some data having an invalid value.

Author
: Stefano Caiazza (DESY)
: Oliver Schaefer (DESY)

Definition at line 129 of file TPCCondDataExeptions.h.

Constructor & Destructor Documentation

virtual tpcconddata::InvalidDataException::~InvalidDataException ( )
throw (
)
inlinevirtual

Definition at line 132 of file TPCCondDataExeptions.h.

tpcconddata::InvalidDataException::InvalidDataException ( )
inline

Definition at line 135 of file TPCCondDataExeptions.h.

tpcconddata::InvalidDataException::InvalidDataException ( const std::string &  err)
inline

Definition at line 140 of file TPCCondDataExeptions.h.

tpcconddata::InvalidDataException::InvalidDataException ( const std::string &  ClassName,
const std::string &  Message 
)
inline

Definition at line 145 of file TPCCondDataExeptions.h.


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