18#include "GlfException.h"
34 const std::string& errorMsg)
37 myStatus.setStatus(status, errorMsg.c_str());
43 myStatus.addError(status);
46GlfException::~GlfException() throw()
52 return(myStatus.getStatusMessage());
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.
This class is used to track the status results of some methods in the GLF classes using the status en...
Status
Return value enum for the GlfFile class methods.
@ UNKNOWN
unknown result (default value should never be used)