Home » openjdk-7 » java » util » zip » [javadoc | source]
java.util.zip
public class: DataFormatException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.util.zip.DataFormatException

All Implemented Interfaces:
    Serializable

Signals that a data format error has occurred.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public DataFormatException() 
 public DataFormatException(String s) 
    Constructs a DataFormatException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    s - the String containing a detail message
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait