19 #ifndef SRECORD_QUIT_EXCEPTION_H
20 #define SRECORD_QUIT_EXCEPTION_H
the vomit class is used for the throw.
The quit_exception class is use to represent a quit handler which throws an exception,...
virtual void exit(int n)
The exit method is used to terminate execution.
virtual ~quit_exception()
The destructor.
virtual void message_v(const char *fmt, va_list)
The message_v method is used to send an error message to a suitable destination.
quit_exception()
The default constructor.
The quit class is an abstract class for reporting error messages, both fatal and non-fatal.