Bitstream Interpretation Library (BIL)  0.1
CommandLineException.cpp
Go to the documentation of this file.
1 
7 
8 using namespace bil;
9 
10 
12  Exception()
13 {
14 
15 }
16 
17 
18 CommandLineException::CommandLineException(const std::string& what_arg) throw():
19  Exception(what_arg)
20 {
21 
22 }