Package 

Class UnsupportedZipFeatureException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class UnsupportedZipFeatureException
    extends ZipException
                        

    Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.

    • Constructor Detail

      • UnsupportedZipFeatureException

        UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason)
        Creates an exception when the whole archive uses an unsupportedfeature.
        Parameters:
        reason - the feature that is not supported
      • UnsupportedZipFeatureException

        UnsupportedZipFeatureException(ZipMethod method, ZipArchiveEntry entry)
        Creates an exception for archives that use an unsupportedcompression algorithm.
        Parameters:
        method - the method that is not supported
        entry - the entry using the feature