18 #ifndef __GLF_EXCEPTION_H__ 19 #define __GLF_EXCEPTION_H__ 23 #include "GlfStatus.h" 53 virtual const char*
what()
const throw();
GlfException objects should be thrown by functions that operate on Glf files for exceptions.
virtual const char * what() const
Returns the error message of this exception.
GlfException()
Constructor that sets the exception to a default status and error message.
Status
Return value enum for the GlfFile class methods.
This class is used to track the status results of some methods in the GLF classes using the status en...