Package java.util.zip
Class DataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.zip.DataFormatException
-
- All Implemented Interfaces:
Serializable
public class DataFormatException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFormatException()
DataFormatException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
DataFormatException
public DataFormatException()
-
DataFormatException
public DataFormatException(String var0)
-
-