|
Desafio Labsec (SGC)
|
I/O Exception More...
#include <IoException.h>
Public Types | |
| enum | ErrorCode { UNKNOWN, READ_FAILED, WRITE_FAILED } |
Public Member Functions | |
| IoException (std::string where) | |
| IoException (std::string where, IoException::ErrorCode errorCode) | |
| ~IoException () throw () | |
| virtual std::string | getMessage () const |
| virtual std::string | toString () const |
| virtual IoException::ErrorCode | getErrorCode () |
Static Public Member Functions | |
| static std::string | errorCode2Message (IoException::ErrorCode errorCode) |
Protected Attributes | |
| IoException::ErrorCode | errorCode |
I/O Exception
Use this class to throw I/O exceptions when reading or writing files.
|
inline |
|
inline |
|
inline | |||||||||||||
|
inlinestatic |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
1.8.13