Package nl.nn.adapterframework.xml
Class SaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- nl.nn.adapterframework.xml.SaxException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SaxAbortException
,SaxTimeoutException
,TimeOutSaxException
public class SaxException extends SAXException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaxException()
SaxException(Exception e)
SaxException(String message)
SaxException(String message, Exception e)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAXException
createSaxException(String message, Locator locator, Exception e)
static String
getLocatedMessage(Locator locator, String message)
String
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
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classSAXException
-
createSaxException
public static SAXException createSaxException(String message, Locator locator, Exception e)
-
-