Package Summary  Overview Summary

class:ZipException [NONE]

constructor:<init>() [NONE]

  • ZipException

    public ZipException()
    Constructs a ZipException with null as its error detail message.

constructor:<init>(java.lang.String) [NONE]

  • ZipException

    public ZipException​(String s)
    Constructs a ZipException with the specified detail message.
    Parameters:
    s - the detail message.

© 2019 Oracle Corporation and/or its affiliates