Class TimeError
Defined in File errors.hpp
Inheritance Relationships
Base Type
public ecl::Error
Class Documentation
-
class TimeError : public ecl::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
-
inline TimeError(const ErrorFlag &flag = UnknownError)