Skip to content

BitException

Oz edited this page Apr 20, 2016 · 12 revisions

The BitException class represents a generic exception thrown from the bit7z classes.

#include "bitexception.hpp"

inherits from runtime_error

List of all members

Public Members

Return type Name
BitException( const string &message )
BitException( const wstring &message )

Member Function Documentation

BitException( const string &message )

Constructs a BitException object with the given message.


#### [BitException](./BitException)( const wstring &message ) Constructs a BitException object with the given message.

Note: the wstring argument is converted into a string and then passed to the base class constructor


Clone this wiki locally