CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
zmex::ZMexHandlerBehavior Class Reference

#include <CLHEP/Exceptions/ZMexHandler.h>

Inheritance diagram for zmex::ZMexHandlerBehavior:
zmex::ZMexHandleViaParent zmex::ZMexIgnoreAlways zmex::ZMexIgnoreNextN zmex::ZMexThrowAlways zmex::ZMexThrowErrors

Public Member Functions

 ZMexHandlerBehavior (const std::string aname="ZMexHandlerBehavior")
 
virtual ~ZMexHandlerBehavior ()
 
virtual ZMexHandlerBehaviorclone () const
 
virtual std::string name () const
 
virtual ZMexAction takeCareOf (const ZMexception &)
 

Protected Member Functions

ZMexAction standardHandling (const ZMexception &x, bool willThrow)
 

Detailed Description

Definition at line 62 of file ZMexHandler.h.

Constructor & Destructor Documentation

◆ ZMexHandlerBehavior()

zmex::ZMexHandlerBehavior::ZMexHandlerBehavior ( const std::string aname = "ZMexHandlerBehavior")
inline

Definition at line 66 of file ZMexHandler.h.

Referenced by clone().

◆ ~ZMexHandlerBehavior()

virtual zmex::ZMexHandlerBehavior::~ZMexHandlerBehavior ( )
inlinevirtual

Definition at line 70 of file ZMexHandler.h.

Member Function Documentation

◆ clone()

virtual ZMexHandlerBehavior * zmex::ZMexHandlerBehavior::clone ( ) const
inlinevirtual

◆ name()

virtual std::string zmex::ZMexHandlerBehavior::name ( ) const
inlinevirtual

Definition at line 76 of file ZMexHandler.h.

◆ standardHandling()

ZMexAction zmex::ZMexHandlerBehavior::standardHandling ( const ZMexception & x,
bool willThrow )
protected

◆ takeCareOf()

virtual ZMexAction zmex::ZMexHandlerBehavior::takeCareOf ( const ZMexception & )
inlinevirtual

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