-
- All Superinterfaces:
-
ValidationEvent
- 所有已知实现类:
-
ParseConversionEventImpl
public interface ParseConversionEvent extends ValidationEvent
此事件表示将字符串从XML数据转换为目标Java数据类型的值时遇到问题。- 从以下版本开始:
- 1.6,JAXB 1.0
- 另请参见:
-
ValidationEvent
,ValidationEventHandler
,Unmarshaller
-
-
Field Summary
-
Fields inherited from interface javax.xml.bind.ValidationEvent
ERROR, FATAL_ERROR, WARNING
-
-
方法摘要
-
Methods inherited from interface javax.xml.bind.ValidationEvent
getLinkedException, getLocator, getMessage, getSeverity
-
-