Package org.frankframework.pipes
Class ForEachChildElementPipe.SaxAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.frankframework.xml.SaxException
org.frankframework.pipes.ForEachChildElementPipe.SaxAbortException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ForEachChildElementPipe
SAXException thrown to signal that the consumer of a stream does not want to receive more of it.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.xml.SaxException
createSaxException, getLocatedMessage, toString
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SaxAbortException
-
SaxAbortException
-