Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::io::IOException Class Reference

#include <elm/io/IOException.h>

+ Inheritance diagram for elm::io::IOException:

Public Member Functions

 IOException (const String &message)
 
- Public Member Functions inherited from elm::MessageException
 MessageException (const String &message)
 
virtual String message (void)
 
- Public Member Functions inherited from elm::Exception
virtual ~Exception (void)
 

Detailed Description

This exception is thrown when an IO error occurs.

Constructor & Destructor Documentation

elm::io::IOException::IOException ( const String message)

Build a new IOException with the given message.

Parameters
messageMessage formatted a-la printf.
...Arguments used in the message.

Build a new IOException with the given message.

Parameters
messageMessage formatted a-la printf.
argsArguments used in the message.

The documentation for this class was generated from the following files: