Class TimeError

Inheritance Relationships

Base Type

  • public Error

Class Documentation

class ecl::TimeError : public Error

Extends the ecl error handler with 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() const
inline virtual const char *argNotSupportedErrorString() const
inline virtual const char *permissionsErrorString() const
inline virtual const char *memoryErrorString() const
inline virtual const char *interruptedErrorString() const