|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xml.bind.unmarshaller.UnreportedException
public class UnreportedException
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.
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 |
---|
public UnreportedException(java.lang.String msg, org.xml.sax.Locator locator)
public UnreportedException(java.lang.String msg, org.xml.sax.Locator locator, java.lang.Exception nestedException)
Method Detail |
---|
public javax.xml.bind.ValidationEvent createValidationEvent()
public javax.xml.bind.UnmarshalException createUnmarshalException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |