IO Exception Class. More...
#include <IoException.H>
Public Types | |
enum | ExceptionCode { OPEN_ERR = 4000, READ_ERR = 4001, CLOSE_ERR = 4003 } |
IO Exception Code. | |
Public Member Functions | |
IoException (const int code, const string &msg) | |
Constructor. |
IO Exception Class.
IoException::IoException | ( | const int | code, | |
const string & | msg | |||
) | [inline] |
Constructor.
code | Exception Code | |
msg | Exception Message |