|
||||||||||
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.fasterxml.aalto.impl.StreamExceptionBase
com.fasterxml.aalto.impl.IoStreamException
public class IoStreamException
Simple wrapper for IOException
s; needed when StAX does not expose
underlying I/O exceptions via its methods.
Field Summary |
---|
Fields inherited from class javax.xml.stream.XMLStreamException |
---|
location, nested |
Constructor Summary | |
---|---|
IoStreamException(IOException ie)
|
|
IoStreamException(String msg)
|
Method Summary |
---|
Methods inherited from class com.fasterxml.aalto.impl.StreamExceptionBase |
---|
getLocationDesc, getMessage, toString |
Methods inherited from class javax.xml.stream.XMLStreamException |
---|
getLocation, getNestedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public IoStreamException(IOException ie)
public IoStreamException(String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |