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
All Implemented Interfaces:
Serializable

public class ValidationException
extends JAXBException

See Also:
Serialized Form

Constructor Summary
ValidationException(String message)
           
ValidationException(String message, String errorCode)
           
ValidationException(String message, String errorCode, Throwable cause)
           
ValidationException(String message, Throwable cause)
           
ValidationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.xml.bind.JAXBException
getCause, getErrorCode, getLinkedException, setLinkedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(String message)

ValidationException

public ValidationException(String message,
                           String errorCode)

ValidationException

public ValidationException(String message,
                           String errorCode,
                           Throwable cause)

ValidationException

public ValidationException(String message,
                           Throwable cause)

ValidationException

public ValidationException(Throwable cause)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.