Bitstream Interpretation Library (BIL)
0.1
|
Exception for command line errors. More...
#include <exception/CommandLineException.hpp>
Public Member Functions | |
CommandLineException () throw () | |
Creates a new CommandLineException instance. | |
CommandLineException (const std::string &what_arg) throw () | |
Creates a new CommandLineException 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 command line errors.
All programs in bil use this class to indicate errors in command line.
Definition at line 20 of file CommandLineException.hpp.
CommandLineException::CommandLineException | ( | ) | throw () |
Creates a new CommandLineException instance.
Definition at line 11 of file CommandLineException.cpp.
|
explicit |
Creates a new CommandLineException instance.
what_arg | Description string. |
Definition at line 18 of file CommandLineException.cpp.