java.util.zip
public class: ZipError [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
java.lang.InternalError
java.util.zip.ZipError
All Implemented Interfaces:
Serializable
Signals that an unrecoverable error has occurred.
- author:
Dave - Bristor
- since:
1.6 -
| Constructor: |
public ZipError(String s) {
super(s);
}
Constructs a ZipError with the given detail message. Parameters:
s - the {@code String} containing a detail message
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |