Bitstream Interpretation Library (BIL)  0.1
Public Member Functions
bil::IOException Class Reference

Exception for I/O errors. More...

#include <exception/IOException.hpp>

Inheritance diagram for bil::IOException:
Inheritance graph
[legend]
Collaboration diagram for bil::IOException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IOException () throw ()
 Creates a new IOException instance.
 IOException (const std::string &what_arg) throw ()
 Creates a new IOException instance.
- Public Member Functions inherited from bil::Exception
 Exception () throw ()
 Creates a new Exception instance.
 Exception (const std::string &what_arg) throw ()
 Creates a new Exception instance.

Detailed Description

Exception for I/O errors.

Exception for indicating I/O errors.

Definition at line 20 of file IOException.hpp.


Constructor & Destructor Documentation

IOException::IOException ( ) throw ()

Creates a new IOException instance.

Definition at line 11 of file IOException.cpp.

IOException::IOException ( const std::string &  what_arg) throw ()
explicit

Creates a new IOException instance.

Parameters:
what_argDescription string.

Definition at line 18 of file IOException.cpp.


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