Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
exception
IOException.cpp
Go to the documentation of this file.
1
6
#include <
exception/IOException.hpp
>
7
8
using namespace
bil;
9
10
11
IOException::IOException
() throw():
12
Exception
()
13
{
14
15
}
16
17
18
IOException::IOException
(
const
std::string& what_arg)
throw
():
19
Exception
(what_arg)
20
{
21
22
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1