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

public class UnmarshalException
extends JAXBException

See Also:
Serialized Form

Constructor Summary
UnmarshalException(String message)
           
UnmarshalException(String message, String errorCode)
           
UnmarshalException(String message, String errorCode, Throwable cause)
           
UnmarshalException(String message, Throwable cause)
           
UnmarshalException(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

UnmarshalException

public UnmarshalException(String message)

UnmarshalException

public UnmarshalException(String message,
                          String errorCode)

UnmarshalException

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

UnmarshalException

public UnmarshalException(String message,
                          Throwable cause)

UnmarshalException

public UnmarshalException(Throwable cause)


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