Uses of Enum
net.lingala.zip4j.exception.ZipException.Type
Packages that use ZipException.Type
-
Uses of ZipException.Type in net.lingala.zip4j.exception
Fields in net.lingala.zip4j.exception declared as ZipException.TypeMethods in net.lingala.zip4j.exception that return ZipException.TypeModifier and TypeMethodDescriptionZipException.getType()static ZipException.TypeReturns the enum constant of this type with the specified name.static ZipException.Type[]ZipException.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.lingala.zip4j.exception with parameters of type ZipException.TypeModifierConstructorDescriptionZipException(String message, Throwable throwable, ZipException.Type type) ZipException(String message, ZipException.Type type)