Class ZipException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ZipException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ZipException.Type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ZipException.Type getType()  
      • 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

      • ZipException

        public ZipException​(java.lang.String message)
      • ZipException

        public ZipException​(java.lang.Exception rootException)
      • ZipException

        public ZipException​(java.lang.String message,
                            java.lang.Exception rootException)
      • ZipException

        public ZipException​(java.lang.String message,
                            ZipException.Type type)
      • ZipException

        public ZipException​(java.lang.String message,
                            java.lang.Throwable throwable,
                            ZipException.Type type)