Package org.frankframework.xml
Class SaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.frankframework.xml.SaxException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForEachChildElementPipe.SaxAbortException,ForEachChildElementPipe.SaxTimeoutException,TimeOutSaxException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAXExceptioncreateSaxException(String message, Locator locator, Exception e) static StringgetLocatedMessage(Locator locator, String message) toString()Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SaxException
public SaxException() -
SaxException
-
SaxException
-
SaxException
-
-
Method Details
-
getLocatedMessage
-
toString
- Overrides:
toStringin classSAXException
-
createSaxException
-