java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.util.zip.DataFormatException
public class DataFormatException
当数据格式发生错误时,抛出此异常。
| 构造方法摘要 | |
|---|---|
DataFormatException() 构造不带详细消息的 DataFormatException。 |
|
DataFormatException(String s) 构造带指定详细消息的 DataFormatException。 |
|
| 方法摘要 |
|---|
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public DataFormatException()
public DataFormatException(String s)
s - 包含详细消息的字符串