|
ThePEG
1.8.0
|
Exception thrown if the decay of a remnant was impossible. More...
#include <SimpleBaryonRemnantDecayer.h>

Additional Inherited Members | |
Public Types inherited from ThePEG::Exception | |
| enum | Severity { unknown, info, warning, setuperror, eventerror, runerror, maybeabort, abortnow } |
| The levels of severity. More... | |
Public Member Functions inherited from ThePEG::Exception | |
| Exception (const string &str, Severity sev) | |
| Standard constructor. More... | |
| Exception () | |
| Default constructor. | |
| Exception (const Exception &ex) | |
| The copy constructor. | |
| virtual | ~Exception () throw () |
| The destructor. | |
| const Exception & | operator= (const Exception &ex) |
| Assignment. | |
| bool | operator== (const Exception &ex) const |
| Comparison. | |
| bool | operator< (const Exception &ex) const |
| Compare severity. More... | |
| virtual const char * | what () const throw () |
| Return the error message. | |
| string | message () const |
| Return the error message. | |
| void | writeMessage (ostream &os=*errstream) const |
| Write the error message to a stream. | |
| Severity | severity () const |
| Return the severity. | |
| void | handle () const |
| Indicate that this exception has been taken care of. | |
| template<typename T > | |
| Exception & | operator<< (const T &t) |
| Add info to the exception message. | |
| Exception & | operator<< (Severity sev) |
| Set the severity for the exception. | |
Static Public Attributes inherited from ThePEG::Exception | |
| static bool | noabort |
| If this flag is set, all abortnow and maybeabort severities will be treated as runerror. | |
Protected Member Functions inherited from ThePEG::Exception | |
| void | severity (Severity) |
| set the severity. | |
Protected Attributes inherited from ThePEG::Exception | |
| ostringstream | theMessage |
| Stream to write the error message to. | |
Exception thrown if the decay of a remnant was impossible.
Definition at line 162 of file SimpleBaryonRemnantDecayer.h.
1.8.9.1