|
LCIO
02.17
|
Exception for unknown algorithms. More...
#include <PIDHandler.h>
Inheritance diagram for UTIL::UnknownAlgorithm:Public Member Functions | |
| virtual | ~UnknownAlgorithm () |
| UnknownAlgorithm (std::string text) | |
Public Member Functions inherited from EVENT::Exception | |
| virtual | ~Exception () |
| Exception (const std::string &text) | |
| virtual const char * | what () const noexcept |
Public Member Functions inherited from std::exception | |
| T | exception (T...args) |
| T | operator= (T...args) |
| T | what (T...args) |
| T | ~exception (T...args) |
Protected Member Functions | |
| UnknownAlgorithm () | |
Protected Member Functions inherited from EVENT::Exception | |
| Exception () | |
Additional Inherited Members | |
Protected Attributes inherited from EVENT::Exception | |
| std::string | message |
Exception for unknown algorithms.
Definition at line 136 of file PIDHandler.h.
|
inlineprotected |
Definition at line 139 of file PIDHandler.h.
|
inlinevirtual |
Definition at line 141 of file PIDHandler.h.
|
inline |
Definition at line 143 of file PIDHandler.h.
References EVENT::Exception::message.
1.8.5