GENIE-defined C++ exceptions. More...
Classes | |
class | EVGThreadException |
An exception thrown by EventRecordVisitorI when the normal processing sequence has to be disrupted (fast-fwd at the end or step-back) More... | |
class | InteractionException |
Exception used inside Interaction classes. More... | |
class | INukeException |
An exception thrown by SimulateHadronState for kinematics problems. TwoBodyCollision/Kinematics used a lot, has various failure modes. When failure occurs in HAIntranuke, rechoose the fate. More... | |
class | NievesQELException |
An exception thrown by NievesQELCCPXSec for kinematics problems. When failure occurs, set xsec = 0. More... | |
Functions | |
ostream & | operator<< (ostream &stream, const EVGThreadException &exc) |
ostream & | operator<< (ostream &stream, const INukeException &exc) |
ostream & | operator<< (ostream &stream, const NievesQELException &exc) |
GENIE-defined C++ exceptions.
ostream& genie::exceptions::operator<< | ( | ostream & | stream, |
const EVGThreadException & | exc | ||
) |
Definition at line 20 of file EVGThreadException.cxx.
ostream& genie::exceptions::operator<< | ( | ostream & | stream, |
const NievesQELException & | exc | ||
) |
Definition at line 23 of file NievesQELException.cxx.
ostream& genie::exceptions::operator<< | ( | ostream & | stream, |
const INukeException & | exc | ||
) |
Definition at line 31 of file INukeException.cxx.