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 TypeClassDescriptionclass
If a stream checks for estimated memory allocation, and the estimate goes above the memory limit, this is thrown.class
Exception 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 TypeClassDescriptionclass
Signals that an Archive exception of some sort has occurred.class
Exception 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 TypeClassDescriptionclass
Signals that an dump archive exception of some sort has occurred.class
Invalid Format Exception.class
Short File Exception.class
Unrecognized Format Exception.class
Unsupported compression algorithm. -
Uses of CompressException in org.apache.commons.compress.compressors
Subclasses of CompressException in org.apache.commons.compress.compressorsModifier and TypeClassDescriptionclass
Signals 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 TypeClassDescriptionclass
Signals a problem with a Pack200 coding or decoding issue.