public class SaxException extends SAXException
Constructor and Description |
---|
SaxException() |
SaxException(Exception e) |
SaxException(String message) |
SaxException(String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
static SAXException |
createSaxException(String message,
Locator locator,
Exception e) |
static String |
getLocatedMessage(Locator locator,
String message) |
String |
toString() |
getCause, getException, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SaxException()
public SaxException(Exception e)
public SaxException(String message)
public String toString()
toString
in class SAXException
public static SAXException createSaxException(String message, Locator locator, Exception e)
Copyright © 2023 Frank!Framework. All rights reserved.