public class DataFormatException extends Exception
DataFormatException
is used to indicate an error in the format of a
particular data stream which is to be uncompressed.Constructor and Description |
---|
DataFormatException()
Constructs a new
DataFormatException instance. |
DataFormatException(String detailMessage)
Constructs a new
DataFormatException instance with the specified
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataFormatException()
DataFormatException
instance.public DataFormatException(String detailMessage)
DataFormatException
instance with the specified
message.detailMessage
- the detail message for the exception.