-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Return type | Name |
---|---|
BitException( const string &message ) | |
BitException( const wstring &message ) |
BitException( const string &message )
Constructs a BitException object with the given message.
#### [BitException](./BitException-Class)( 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
Documentation for bit7z v4.0.9
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
- Bit7zLibrary
- BitArchiveEditor
- BitArchiveReader
- BitArchiveWriter
- BitException
- BitFileCompressor
- BitFileExtractor
- BitMemCompressor
- BitMemExtractor
- BitStreamCompressor
- BitStreamExtractor
- BitInFormat