libzipper 1.0.1
Public Member Functions
zipper::UnsupportedException Class Reference

Exception thrown when an operation is requested on a compressed archive that libzipper does not implement. More...

#include <zipper.hh>

Inheritance diagram for zipper::UnsupportedException:
zipper::Exception

List of all members.

Public Member Functions

 UnsupportedException (const std::string &what)

Detailed Description

Exception thrown when an operation is requested on a compressed archive that libzipper does not implement.

This exception may be thrown even if libzipper advertises general support for the Container format. eg. libzipper supports most ZIP files, but an UnsupportedException will be thrown if given an encrypted ZIP file.

Definition at line 268 of file zipper.hh.


Constructor & Destructor Documentation

zipper::UnsupportedException::UnsupportedException ( const std::string &  what)

UnsupportedException ctor

Parameters:
whatA description of the error encountered.

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