com.sun.xml.bind.unmarshaller
Class UnreportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.bind.unmarshaller.UnreportedException
All Implemented Interfaces:
java.io.Serializable

Deprecated. in 1.0.1. Error should be reported to the appropriate error handler as soon as it is detected.

public class UnreportedException
extends java.lang.Exception

A problem thrown in the form of this exception has not been reported to the client application. When you catch this exception, you must report it to the client application before re-wrap it to UnmarshalException.

Since:
JAXB1.0
See Also:
Serialized Form

Constructor Summary
UnreportedException(java.lang.String msg, org.xml.sax.Locator locator)
          Deprecated.  
UnreportedException(java.lang.String msg, org.xml.sax.Locator locator, java.lang.Exception nestedException)
          Deprecated.  
 
Method Summary
 javax.xml.bind.UnmarshalException createUnmarshalException()
          Deprecated. Makes an UnmarshalException from this.
 javax.xml.bind.ValidationEvent createValidationEvent()
          Deprecated. Makes a ValidationEvent that holds the same information.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnreportedException

public UnreportedException(java.lang.String msg,
                           org.xml.sax.Locator locator)
Deprecated. 

UnreportedException

public UnreportedException(java.lang.String msg,
                           org.xml.sax.Locator locator,
                           java.lang.Exception nestedException)
Deprecated. 
Method Detail

createValidationEvent

public javax.xml.bind.ValidationEvent createValidationEvent()
Deprecated. 
Makes a ValidationEvent that holds the same information.


createUnmarshalException

public javax.xml.bind.UnmarshalException createUnmarshalException()
Deprecated. 
Makes an UnmarshalException from this.