#include <IoException.H>
Inheritance diagram for IoException:
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. |
|
Constructor.
|