Class Zip64RequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.util.zip.ZipException
-
- org.apache.commons.compress.archivers.zip.Zip64RequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class Zip64RequiredException extends java.util.zip.ZipException
Exception thrown when attempting to write data that requires Zip64 support to an archive andUseZip64
has been set toNever
.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
ARCHIVE_TOO_BIG_MESSAGE
private static long
serialVersionUID
(package private) static java.lang.String
TOO_MANY_ENTRIES_MESSAGE
-
Constructor Summary
Constructors Constructor Description Zip64RequiredException(java.lang.String reason)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.String
getEntryTooBigMessage(ZipArchiveEntry ze)
Helper to format "entry too big" messages.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
ARCHIVE_TOO_BIG_MESSAGE
static final java.lang.String ARCHIVE_TOO_BIG_MESSAGE
- See Also:
- Constant Field Values
-
TOO_MANY_ENTRIES_MESSAGE
static final java.lang.String TOO_MANY_ENTRIES_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntryTooBigMessage
static java.lang.String getEntryTooBigMessage(ZipArchiveEntry ze)
Helper to format "entry too big" messages.
-
-