![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/io/IOException.h>
Inheritance diagram for IOException:Public Member Functions | |
| IOException (const String &message) | |
Public Member Functions inherited from MessageException | |
| MessageException (const String &message) | |
| virtual String | message (void) |
Public Member Functions inherited from Exception | |
| virtual | ~Exception (void) |
This exception is thrown when an IO error occurs.
|
inline |
Build a new IOException with the given message.
| message | Message formatted a-la printf. |
| ... | Arguments used in the message. |
Build a new IOException with the given message.
| message | Message formatted a-la printf. |
| args | Arguments used in the message. |