|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.bind.JAXBException javax.xml.bind.MarshalException
public class MarshalException
此异常指示在执行提供者无法恢复的编组操作时发生错误。
ValidationEventHandler 可能导致执行编组操作期间抛出此异常。请参阅 ValidationEventHandler.handleEvent(ValidationEvent)
。
JAXBException
,
Marshaller
,
序列化表格
构造方法摘要 | |
---|---|
MarshalException(String message) 构造带指定详细消息的 MarshalException。 |
|
MarshalException(String message, String errorCode) 构造带指定详细消息和特定于供应商的 errorCode 的 MarshalException。 |
|
MarshalException(String message, String errorCode, Throwable exception) 构造带指定的详细消息、特定于供应商的 errorCode 和 linkedException 的 MarshalException。 |
|
MarshalException(String message, Throwable exception) 构造带指定的详细消息和 linkedException 的 MarshalException。 |
|
MarshalException(Throwable exception) 构造带有一个 linkedException 的 MarshalException。 |
方法摘要 |
---|
从类 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 MarshalException(String message)
message
- 对异常的描述
public MarshalException(String message, String errorCode)
message
- 对异常的描述
errorCode
- 指定特定于供应商的错误代码的字符串
public MarshalException(Throwable exception)
exception
- 链接的异常
public MarshalException(String message, Throwable exception)
message
- 对异常的描述
exception
- 链接的异常
public MarshalException(String message, String errorCode, Throwable exception)
message
- 对异常的描述
errorCode
- 指定特定于供应商的错误代码的字符串
exception
- 链接的异常
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。