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
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
Constructs a new
DataFormatException
instance with the specified
message.
detailMessage | the detail message for the exception. |
---|