24 #ifndef _INUKE_EXCEPTION_H_
25 #define _INUKE_EXCEPTION_H_
36 namespace exceptions {
51 void Print (ostream & stream)
const;
64 #endif // _INUKE_EXCEPTION_H_
An exception thrown by SimulateHadronState for kinematics problems. TwoBodyCollision/Kinematics used ...
void Print(ostream &stream) const
void SetReason(string reason)
string ShowReason(void) const
void Copy(const INukeException &exception)
friend ostream & operator<<(ostream &stream, const INukeException &exception)