:: com :: sun :: star :: packages :: zip ::

exception ZipIOException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::io::IOException
    |
    +-ZipIOException
Description
used to indicate that a ZIP exception has occurred. usualy can be thrown from XInputStream interface implementations.

This interface is an IDL version of the Java interface java.util.zip.ZipException with some minor adaptations.

Since version
OpenOffice.org 1.1.1

Top of Page