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
DataFormatException is used to indicate an error in the format of a
particular data stream.
- See Also:
- Serialized Form
|
Constructor Summary |
DataFormatException()
Constructs a new instance of this class with its walkback filled in. |
DataFormatException(String detailMessage)
Constructs a new instance of this class with its walkback and message
filled in. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataFormatException
public DataFormatException()
- Constructs a new instance of this class with its walkback filled in.
DataFormatException
public DataFormatException(String detailMessage)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
detailMessage - String The detail message for the exception.
Please submit a feedback, bug or feature