ValidationException (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.xml.bind Class ValidationException

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

public class ValidationException
extends JAXBException

This exception indicates that an error has occurred while performing a validate operation.

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

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

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

构造器详细信息

ValidationException

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

参数:
message - a description of the exception


ValidationException

public ValidationException(String message,
                           String errorCode)
Construct an ValidationException 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


ValidationException

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

参数:
exception - the linked exception


ValidationException

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

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


ValidationException

public ValidationException(String message,
                           String errorCode,
                           Throwable exception)
Construct an ValidationException 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. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.