java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.UTFDataFormatException
- 所有已实现的接口:
-
Serializable
- 自版本:
- 1.0
- 参见:
-
Constructor Summary
ConstructorDescription使用null
作为其错误详细信息构造一个UTFDataFormatException
。使用指定的详细信息构造一个UTFDataFormatException
。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UTFDataFormatException
public UTFDataFormatException()使用null
作为其错误详细信息构造一个UTFDataFormatException
。 -
UTFDataFormatException
- 参数:
-
s
- 详细消息。
-