Bitstream Interpretation Library (BIL)
0.1
|
Base exception class. More...
#include <exception/Exception.hpp>
Public Member Functions | |
Exception () throw () | |
Creates a new Exception instance. | |
Exception (const std::string &what_arg) throw () | |
Creates a new Exception instance. |
Base exception class.
Base exception class used in bil.
Definition at line 21 of file Exception.hpp.
Exception::Exception | ( | ) | throw () |
Creates a new Exception instance.
Definition at line 11 of file Exception.cpp.
|
explicit |
Creates a new Exception instance.
what_arg | Description string. |
Definition at line 18 of file Exception.cpp.