Class 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 and UseZip64 has been set to Never.
    Since:
    1.3
    See Also:
    Serialized Form
    • 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Zip64RequiredException

        public Zip64RequiredException​(java.lang.String reason)
    • Method Detail

      • getEntryTooBigMessage

        static java.lang.String getEntryTooBigMessage​(ZipArchiveEntry ze)
        Helper to format "entry too big" messages.