No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.util.zip.ZipException | |||
|  Known Direct Subclasses | 
This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid ZIP file.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new 
            ZipExceptioninstance. | ||||||||||
|  | 
           Constructs a new 
            ZipExceptioninstance with the specified message. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Throwable | |||||||||||
|  From class java.lang.Object | |||||||||||
Constructs a new ZipException instance with the specified message.
| detailMessage | the detail message for the exception. | 
|---|