|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.bind Class MarshalException
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.bind.JAXBException javax.xml.bind.MarshalException
- 所有已实现的接口:
- Serializable
public class MarshalException
- extends JAXBException
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
The ValidationEventHandler can cause this exception to be thrown
during the marshal operations. See
ValidationEventHandler.handleEvent(ValidationEvent)
.
- 从以下版本开始:
- JAXB1.0
- 版本:
- $Revision: 1.1 $
- 作者:
- Ryan Shoemaker, Sun Microsystems, Inc.
- 另请参见:
JAXBException
,Marshaller
, Serialized Form
构造器摘要 | |
---|---|
MarshalException(String message)
Construct a MarshalException with the specified detail message. |
|
MarshalException(String message,
String errorCode)
Construct a MarshalException with the specified detail message and vendor specific errorCode. |
|
MarshalException(String message,
String errorCode,
Throwable exception)
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException. |
|
MarshalException(String message,
Throwable exception)
Construct a MarshalException with the specified detail message and linkedException. |
|
MarshalException(Throwable exception)
Construct a MarshalException with a linkedException. |
方法摘要 |
---|
类方法继承 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 |
构造器详细信息 |
---|
MarshalException
public MarshalException(String message)
- Construct a MarshalException with the specified detail message. The
errorCode and linkedException will default to null.
- 参数:
message
- a description of the exception
MarshalException
public MarshalException(String message, String errorCode)
- Construct a MarshalException with the specified detail message and vendor
specific errorCode. The linkedException will default to null.
- 参数:
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error code
MarshalException
public MarshalException(Throwable exception)
- Construct a MarshalException with a linkedException. The detail message and
vendor specific errorCode will default to null.
- 参数:
exception
- the linked exception
MarshalException
public MarshalException(String message, Throwable exception)
- Construct a MarshalException with the specified detail message and
linkedException. The errorCode will default to null.
- 参数:
message
- a description of the exceptionexception
- the linked exception
MarshalException
public MarshalException(String message, String errorCode, Throwable exception)
- Construct a MarshalException with the specified detail message, vendor
specific errorCode, and linkedException.
- 参数:
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error codeexception
- the linked exception
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.