Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
IOException Class Reference

#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)
 

Detailed Description

This exception is thrown when an IO error occurs.

Constructor & Destructor Documentation

◆ IOException()

IOException ( const String message)
inline

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: