Bitstream Interpretation Library (BIL)
0.1
|
Exception for I/O errors. More...
#include <exception/IOException.hpp>
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. |
Exception for I/O errors.
Exception for indicating I/O errors.
Definition at line 20 of file IOException.hpp.
IOException::IOException | ( | ) | throw () |
Creates a new IOException instance.
Definition at line 11 of file IOException.cpp.
|
explicit |
Creates a new IOException instance.
what_arg | Description string. |
Definition at line 18 of file IOException.cpp.