UnmarshalException (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.bind Class UnmarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.bind.JAXBException
              extended by javax.xml.bind.UnmarshalException
所有已实现的接口:
Serializable

public class UnmarshalException
extends JAXBException

This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.

The ValidationEventHandler can cause this exception to be thrown during the unmarshal operations. See ValidationEventHandler.handleEvent(ValidationEvent).

从以下版本开始:
JAXB1.0
版本:
$Revision: 1.1 $
作者:
  • Ryan Shoemaker, Sun Microsystems, Inc.
另请参见:
JAXBException, Unmarshaller, ValidationEventHandler, Serialized Form

构造器摘要
UnmarshalException(String message)
          Construct an UnmarshalException with the specified detail message.
UnmarshalException(String message, String errorCode)
          Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(String message, String errorCode, Throwable exception)
          Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
UnmarshalException(String message, Throwable exception)
          Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(Throwable exception)
          Construct an UnmarshalException 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
 

构造器详细信息

UnmarshalException

public UnmarshalException(String message)
Construct an UnmarshalException with the specified detail message. The errorCode and linkedException will default to null.

参数:
message - a description of the exception


UnmarshalException

public UnmarshalException(String message,
                          String errorCode)
Construct an UnmarshalException with the specified detail message and vendor specific errorCode. The linkedException will default to null.

参数:
message - a description of the exception
errorCode - a string specifying the vendor specific error code


UnmarshalException

public UnmarshalException(Throwable exception)
Construct an UnmarshalException with a linkedException. The detail message and vendor specific errorCode will default to null.

参数:
exception - the linked exception


UnmarshalException

public UnmarshalException(String message,
                          Throwable exception)
Construct an UnmarshalException with the specified detail message and linkedException. The errorCode will default to null.

参数:
message - a description of the exception
exception - the linked exception


UnmarshalException

public UnmarshalException(String message,
                          String errorCode,
                          Throwable exception)
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.

参数:
message - a description of the exception
errorCode - a string specifying the vendor specific error code
exception - the linked exception


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.