#include <BaseException.h>
Classes inherited from this class are thrown if an error in a ROD operation is detected. In general, this class supports a string message and inherited classes can then add additional parameters to report as needed. All classes should support overloading the insertion operator (<<) so that users can print a message to cout or cerr simply by inserting the exception object into the desired ostream object.