Package com.fasterxml.aalto
Class UncheckedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fasterxml.aalto.UncheckedStreamException
- All Implemented Interfaces:
Serializable
Unchecked exception that has to be used for methods of Stax API that
do not allow throwing checked XMLStreamException, but where internal
methods that need to be called may throw such an exception.
It is, then, essentially used to overcome design flaws in Stax API.
This class generally tries to forward all requests to the underlying exception class, in the hopes that it can for the most part look just like if the underlying message was thrown. This may be confusing in some ways ("Why did my catch (XMLStreamException ..) clause catch this exception?"), but usually should make sense.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
UncheckedStreamException
-
-
Method Details
-
createFrom
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
toString
-