Bitstream Interpretation Library (BIL)  0.1
Public Member Functions
bil::Exception Class Reference

Base exception class. More...

#include <exception/Exception.hpp>

Inheritance diagram for bil::Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Exception () throw ()
 Creates a new Exception instance.
 Exception (const std::string &what_arg) throw ()
 Creates a new Exception instance.

Detailed Description

Base exception class.

Base exception class used in bil.

Definition at line 21 of file Exception.hpp.


Constructor & Destructor Documentation

Exception::Exception ( ) throw ()

Creates a new Exception instance.

Definition at line 11 of file Exception.cpp.

Exception::Exception ( const std::string &  what_arg) throw ()
explicit

Creates a new Exception instance.

Parameters:
what_argDescription string.

Definition at line 18 of file Exception.cpp.


The documentation for this class was generated from the following files: