Class TimeError

Inheritance Relationships

Base Type

  • public Error

Class Documentation

class TimeError : public Error

Extends the generic ecl error handler with some time specific error strings.

Public Functions

inline TimeError(const ErrorFlag &flag = UnknownError)

Configures the error class with the specified error flag.

Parameters:

flag – : the error type.

Protected Functions

inline virtual const char *outOfRangeErrorString()
inline virtual const char *argNotSupportedErrorString()
inline virtual const char *permissionsErrorString()
inline virtual const char *memoryErrorString()
inline virtual const char *interruptedErrorString()