Library: Zip
Package: Zip
Header: Poco/Zip/ZipException.h
Direct Base Classes: Poco::RuntimeException
All Base Classes: Poco::Exception, Poco::RuntimeException, std::exception
Known Derived Classes: ZipManipulationException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
ZipException(
    int code = 0
);
ZipException(
    const ZipException & exc
);
ZipException(
    const std::string & msg,
    int code = 0
);
ZipException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
ZipException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~ZipException();
 
 const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::RuntimeException::name()
ZipException & operator = (
    const ZipException & exc
);
 
 void rethrow() const;
See also: Poco::RuntimeException::rethrow()