No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | java.util.zip.DataFormatException |
DataFormatException
is used to indicate an error in the format of a particular data stream which is to be uncompressed.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new
DataFormatException instance.
|
||||||||||
|
Constructs a new
DataFormatException instance with the specified message.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs a new DataFormatException
instance with the specified message.
detailMessage | the detail message for the exception. |
---|