- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.bind.DataBindingException
-
- All Implemented Interfaces:
-
Serializable
public class DataBindingException extends RuntimeException
表示JAXB操作失败的异常。这个异常与
JAXBException
不同之处在于,这是一个未经检查的异常,而JAXBException
是被检查的异常。- 从以下版本开始:
- 1.6,JAXB 2.1
- 另请参见:
-
JAXB
, Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 DataBindingException(String message, Throwable cause)
DataBindingException(Throwable cause)
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-