| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.util.zip.DataFormatException
DataFormatException | public class DataFormatException extends Exception (Code) | | DataFormatException is used to indicate an error in the format of a
particular data stream.
|
Constructor Summary | |
public | DataFormatException() Constructs a new instance of this class with its walkback filled in. | public | DataFormatException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
DataFormatException | public DataFormatException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
DataFormatException | public DataFormatException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|
|