Extends the generic ecl error handler with some time specific error strings. More...
#include <errors.hpp>

Public Member Functions | |
| TimeError (const ErrorFlag &flag=UnknownError) | |
| Configures the error class with the specified error flag. | |
Protected Member Functions | |
| virtual const char * | argNotSupportedErrorString () |
| virtual const char * | interruptedErrorString () |
| virtual const char * | memoryErrorString () |
| virtual const char * | outOfRangeErrorString () |
| virtual const char * | permissionsErrorString () |
Extends the generic ecl error handler with some time specific error strings.
Definition at line 34 of file errors.hpp.
| ecl::TimeError::TimeError | ( | const ErrorFlag & | flag = UnknownError | ) | [inline] |
Configures the error class with the specified error flag.
| flag | : the error type. |
Definition at line 41 of file errors.hpp.
| virtual const char* ecl::TimeError::argNotSupportedErrorString | ( | ) | [inline, protected, virtual] |
Definition at line 44 of file errors.hpp.
| virtual const char* ecl::TimeError::interruptedErrorString | ( | ) | [inline, protected, virtual] |
Definition at line 47 of file errors.hpp.
| virtual const char* ecl::TimeError::memoryErrorString | ( | ) | [inline, protected, virtual] |
Definition at line 46 of file errors.hpp.
| virtual const char* ecl::TimeError::outOfRangeErrorString | ( | ) | [inline, protected, virtual] |
Definition at line 43 of file errors.hpp.
| virtual const char* ecl::TimeError::permissionsErrorString | ( | ) | [inline, protected, virtual] |
Definition at line 45 of file errors.hpp.