|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
com.sun.istack.XMLStreamException2
public class XMLStreamException2
XMLStreamException that properly handles exception chaining.
| Field Summary |
|---|
| Fields inherited from class javax.xml.stream.XMLStreamException |
|---|
location, nested |
| Constructor Summary | |
|---|---|
XMLStreamException2(String msg)
|
|
XMLStreamException2(String msg,
Location location)
|
|
XMLStreamException2(String msg,
Location location,
Throwable th)
|
|
XMLStreamException2(String msg,
Throwable th)
|
|
XMLStreamException2(Throwable th)
|
|
| Method Summary | |
|---|---|
Throwable |
getCause()
XMLStreamException doesn't return the correct cause. |
| Methods inherited from class javax.xml.stream.XMLStreamException |
|---|
getLocation, getNestedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 XMLStreamException2(String msg)
public XMLStreamException2(Throwable th)
public XMLStreamException2(String msg,
Throwable th)
public XMLStreamException2(String msg,
Location location)
public XMLStreamException2(String msg,
Location location,
Throwable th)
| Method Detail |
|---|
public Throwable getCause()
XMLStreamException doesn't return the correct cause.
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||