Uses of Class
org.apache.commons.compress.CompressException
Packages that use CompressException
Package
Description
Apache Commons Compress.
Provides a unified API and factories for dealing with archives in different formats.
This package provides stream classes for reading archives using the Unix DUMP format.
Provides a unified API and factories for dealing with compressed streams.
Internal package.
-
Uses of CompressException in org.apache.commons.compress
Subclasses of CompressException in org.apache.commons.compressModifier and TypeClassDescriptionclassIf a stream checks for estimated memory allocation, and the estimate goes above the memory limit, this is thrown.classException thrown when trying to read an encrypted entry or file without configuring a password. -
Uses of CompressException in org.apache.commons.compress.archivers
Subclasses of CompressException in org.apache.commons.compress.archiversModifier and TypeClassDescriptionclassSignals that an Archive exception of some sort has occurred.classException thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming. -
Uses of CompressException in org.apache.commons.compress.archivers.dump
Subclasses of CompressException in org.apache.commons.compress.archivers.dumpModifier and TypeClassDescriptionclassSignals that an dump archive exception of some sort has occurred.classInvalid Format Exception.classShort File Exception.classUnrecognized Format Exception.classUnsupported compression algorithm. -
Uses of CompressException in org.apache.commons.compress.compressors
Subclasses of CompressException in org.apache.commons.compress.compressorsModifier and TypeClassDescriptionclassSignals that an Compressor exception of some sort has occurred. -
Uses of CompressException in org.apache.commons.compress.harmony.pack200
Subclasses of CompressException in org.apache.commons.compress.harmony.pack200Modifier and TypeClassDescriptionclassSignals a problem with a Pack200 coding or decoding issue.