LDMX Software
|
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. | |
Specific exception used to abort an event.
Definition at line 46 of file EventProcessor.h.
|
inline |
Constructor.
Use empty Exception constructor so stack trace isn't built.
Definition at line 53 of file EventProcessor.h.
|
inlinevirtual |