19 #ifndef _EVG_THREAD_EXCEPTION_H_
20 #define _EVG_THREAD_EXCEPTION_H_
31 namespace exceptions {
55 void Print (ostream & stream)
const;
71 #endif // _EVG_THREAD_EXCEPTION_H_
static constexpr double s
bool FastForward(void) const
void Copy(const EVGThreadException &exception)
int ReturnStep(void) const
void Print(ostream &stream) const
An exception thrown by EventRecordVisitorI when the normal processing sequence has to be disrupted (f...
friend ostream & operator<<(ostream &stream, const EVGThreadException &exception)
void SetReturnStep(int s)
void SwitchOnFastForward(void)
void SetReason(string reason)
string ShowReason(void) const
bool StepBack(void) const
void SwitchOnStepBack(void)