java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.bind.JAXBException javax.xml.bind.UnmarshalException
public class UnmarshalException
此异常指示在执行阻止 JAXB 提供者完成操作的解组操作时遇到一个错误。
ValidationEventHandler 可能导致执行解组操作期间抛出此异常。请参阅 ValidationEventHandler.handleEvent(ValidationEvent)
。
JAXBException
,
Unmarshaller
,
ValidationEventHandler
,
序列化表格
构造方法摘要 | |
---|---|
UnmarshalException(String message) 构造带指定详细消息的 UnmarshalException。 |
|
UnmarshalException(String message, String errorCode) 构造带指定详细消息和特定于供应商的 errorCode 的 UnmarshalException。 |
|
UnmarshalException(String message, String errorCode, Throwable exception) 构造带指定详细消息、特定于供应商的 errorCode 和 linkedException 的 UnmarshalException。 |
|
UnmarshalException(String message, Throwable exception) 构造带指定详细消息和 linkedException 的 UnmarshalException。 |
|
UnmarshalException(Throwable exception) 构造带有一个 linkedException 的 UnmarshalException。 |
方法摘要 |
---|
从类 javax.xml.bind.JAXBException 继承的方法 |
---|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public UnmarshalException(String message)
message
- 对异常的描述
public UnmarshalException(String message, String errorCode)
message
- 对异常的描述
errorCode
- 指定特定于供应商的错误代码的字符串
public UnmarshalException(Throwable exception)
exception
- 链接的异常
public UnmarshalException(String message, Throwable exception)
message
- 对异常的描述
exception
- 链接的异常
public UnmarshalException(String message, String errorCode, Throwable exception)
message
- 对异常的描述
errorCode
- 指定特定于供应商的错误代码的字符串
exception
- 链接的异常