public static class XmlObjectParser.PresetParsingException extends SAXException
Modifier and Type | Field and Description |
---|---|
private int |
columnNumber |
private int |
lineNumber |
Constructor and Description |
---|
PresetParsingException()
Constructs a new
PresetParsingException . |
PresetParsingException(Exception e) |
PresetParsingException(String message) |
PresetParsingException(String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getMessage() |
XmlObjectParser.PresetParsingException |
rememberLocation(Locator locator) |
getCause, getException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private int columnNumber
private int lineNumber
public PresetParsingException()
PresetParsingException
.public PresetParsingException(Exception e)
public PresetParsingException(String message, Exception e)
public PresetParsingException(String message)
public XmlObjectParser.PresetParsingException rememberLocation(Locator locator)
public String getMessage()
getMessage
in class SAXException
public int getColumnNumber()
public int getLineNumber()