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
-
Method Summary
Modifier and TypeMethodDescriptionstatic SAXException
createSaxException
(String message, Locator locator, Exception e) static String
getLocatedMessage
(Locator locator, String message) 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
-
SaxException
public SaxException() -
SaxException
-
SaxException
-
SaxException
-
-
Method Details
-
getLocatedMessage
-
toString
- Overrides:
toString
in classSAXException
-
createSaxException
-