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:
Serializable
Exception thrown when attempting to write data that requires Zip64
support to an archive and
UseZip64
has been set to Never
.- Since:
- 1.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
Helper to format "entry too big" messages.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
NUMBER_OF_THIS_DISK_TOO_BIG_MESSAGE
- See Also:
-
NUMBER_OF_THE_DISK_OF_CENTRAL_DIRECTORY_TOO_BIG_MESSAGE
- See Also:
-
TOO_MANY_ENTRIES_ON_THIS_DISK_MESSAGE
- See Also:
-
SIZE_OF_CENTRAL_DIRECTORY_TOO_BIG_MESSAGE
- See Also:
-
ARCHIVE_TOO_BIG_MESSAGE
- See Also:
-
TOO_MANY_ENTRIES_MESSAGE
- See Also:
-
-
Constructor Details
-
Zip64RequiredException
-
-
Method Details
-
getEntryTooBigMessage
Helper to format "entry too big" messages.
-