#include <IoExceptions.h>
Inheritance diagram for Sct::IoException:


Public Member Functions | |
| IoException (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause. | |
| IoException (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause. | |
| IoException (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause. | |
file cannot be opened.
Definition at line 14 of file IoExceptions.h.
|
||||||||||||||||
|
Creates an Exception with message msg and no cause.
Definition at line 6 of file IoExceptions.cpp. |
|
||||||||||||||||
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 10 of file IoExceptions.cpp. |
|
||||||||||||||||||||
|
Creates an Exception with a message and a cause.
Definition at line 14 of file IoExceptions.cpp. |
1.3.5