Herwig 7.3.0
|
Exception class indicating setup problem. More...
#include <TwoToTwoProcessConstructor.h>
Public Member Functions | |
TwoToTwoProcessConstructorError (const string &str, Severity sev) | |
Exception for error handling. | |
![]() | |
Exception (const string &str, Severity sev) | |
Exception (const Exception &ex) | |
const Exception & | operator= (const Exception &ex) |
bool | operator== (const Exception &ex) const |
bool | operator< (const Exception &ex) const |
virtual const char * | what () const noexcept |
string | message () const |
void | writeMessage (ostream &os=*errstream) const |
Severity | severity () const |
void | handle () const |
Exception & | operator<< (const T &t) |
Exception & | operator<< (Severity sev) |
Additional Inherited Members | |
![]() | |
enum | Severity |
![]() | |
unknown | |
info | |
warning | |
setuperror | |
eventerror | |
runerror | |
maybeabort | |
abortnow | |
![]() | |
static bool | noabort |
![]() | |
void | severity (Severity) |
![]() | |
ostringstream | theMessage |
Exception class indicating setup problem.
Definition at line 297 of file TwoToTwoProcessConstructor.h.
|
inline |
Exception for error handling.
str | Error message |
sev | Severity |
Definition at line 306 of file TwoToTwoProcessConstructor.h.