LDMX Software
Public Member Functions | List of all members
framework::AbortEventException Class Reference

Specific exception used to abort an event. More...

#include <EventProcessor.h>

Public Member Functions

 AbortEventException () throw ()
 Constructor.
 
virtual ~AbortEventException () throw ()
 Destructor.
 
- Public Member Functions inherited from framework::exception::Exception
 Exception () throw ()
 Empty constructor.
 
 Exception (const std::string &name, const std::string &message, const std::string &module, int line, const std::string &function)
 Class constructor.
 
virtual ~Exception () throw ()
 Class destructor.
 
const std::string & name () const throw ()
 Get the name of the exception.
 
const std::string & message () const throw ()
 Get the message of the exception.
 
const std::string & module () const throw ()
 Get the source filename where the exception occurred.
 
const std::string & function () const throw ()
 Get the function name where the exception occurred.
 
int line () const throw ()
 Get the source line number where the exception occurred.
 
virtual const char * what () const throw ()
 The error message.
 
const std::string & stackTrace () const throw ()
 Get the full stack trace.
 

Detailed Description

Specific exception used to abort an event.

Definition at line 46 of file EventProcessor.h.

Constructor & Destructor Documentation

◆ AbortEventException()

framework::AbortEventException::AbortEventException ( )
throw (
)
inline

Constructor.

Use empty Exception constructor so stack trace isn't built.

Definition at line 53 of file EventProcessor.h.

Standard base exception class with some useful output information.
Definition Exception.h:20

◆ ~AbortEventException()

virtual framework::AbortEventException::~AbortEventException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 58 of file EventProcessor.h.

58{}

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