14 #ifndef ECL_TIME_LITE_ERRORS_HPP_ 15 #define ECL_TIME_LITE_ERRORS_HPP_ 43 virtual const char*
outOfRangeErrorString() {
return "The input time sec/nsec pair was outside of the permitted range."; }
46 virtual const char*
memoryErrorString() {
return "One of the input arguments is not in memory addressable space."; }
virtual const char * permissionsErrorString()
TimeError(const ErrorFlag &flag=UnknownError)
Configures the error class with the specified error flag.
Extends the generic ecl error handler with some time specific error strings.
#define ecl_time_lite_PUBLIC
virtual const char * outOfRangeErrorString()
virtual const char * argNotSupportedErrorString()
virtual const char * memoryErrorString()
virtual const char * interruptedErrorString()