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