FileDocCategorySizeDatePackage
ZipError.javaAPI DocJava SE 6 API642Tue Jun 10 00:26:02 BST 2008java.util.zip

ZipError

public class ZipError extends InternalError
Signals that an unrecoverable error has occurred.
author
Dave Bristor
version
1.1, 07/31/06
since
1.6

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ZipError(String s)
Constructs a ZipError with the given detail message.

param
s the {@code String} containing a detail message


                          
       
        super(s);
    
Methods Summary