Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
marlin::StopProcessingException Class Reference

StopProcessingException used to stop the current proccessing of events and call Processor::end(). More...

#include <Exceptions.h>

+ Inheritance diagram for marlin::StopProcessingException:

Public Member Functions

 StopProcessingException (const Processor *proc)
 
virtual ~StopProcessingException () throw ()
 

Protected Member Functions

 StopProcessingException ()
 

Detailed Description

StopProcessingException used to stop the current proccessing of events and call Processor::end().

Author
gaede
Version
Id:
Exceptions.h,v 1.5 2007-02-02 17:15:25 gaede Exp

Definition at line 52 of file Exceptions.h.

Constructor & Destructor Documentation

marlin::StopProcessingException::StopProcessingException ( )
inlineprotected

Definition at line 55 of file Exceptions.h.

marlin::StopProcessingException::StopProcessingException ( const Processor proc)
inline

Definition at line 58 of file Exceptions.h.

References marlin::Processor::name().

virtual marlin::StopProcessingException::~StopProcessingException ( )
throw (
)
inlinevirtual

Definition at line 61 of file Exceptions.h.


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