CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Private Attributes | List of all members
cass::SaclaPixDetError Class Reference

Exception thrown when there is an error with a SACLA Pixel Detector. More...

#include <cass_exceptions.hpp>

+ Inheritance diagram for cass::SaclaPixDetError:
+ Collaboration diagram for cass::SaclaPixDetError:

Public Member Functions

 SaclaPixDetError (const std::string &message, bool thrown=true)
 explicit constructor More...
 
virtual ~SaclaPixDetError () throw ()
 
 operator bool () const
 

Private Attributes

bool _wasThrown
 

Detailed Description

Exception thrown when there is an error with a SACLA Pixel Detector.

In case there is some error with a SACLA pixel detector this should be thrown

Definition at line 180 of file cass_exceptions.hpp.

Constructor & Destructor Documentation

cass::SaclaPixDetError::SaclaPixDetError ( const std::string &  message,
bool  thrown = true 
)
inlineexplicit

explicit constructor

Parameters
messagethe error message

Definition at line 187 of file cass_exceptions.hpp.

virtual cass::SaclaPixDetError::~SaclaPixDetError ( )
throw (
)
inlinevirtual

Definition at line 192 of file cass_exceptions.hpp.

Member Function Documentation

cass::SaclaPixDetError::operator bool ( ) const
inline

Definition at line 194 of file cass_exceptions.hpp.

References _wasThrown.

Member Data Documentation

bool cass::SaclaPixDetError::_wasThrown
private

Definition at line 197 of file cass_exceptions.hpp.

Referenced by operator bool().


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