org.openstreetmap.josm.tools
Class XmlObjectParser.PresetParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.openstreetmap.josm.tools.XmlObjectParser.PresetParsingException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- XmlObjectParser
public static class XmlObjectParser.PresetParsingException
- extends org.xml.sax.SAXException
- See Also:
- Serialized Form
Methods inherited from class org.xml.sax.SAXException |
getCause, getException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
columnNumber
private int columnNumber
lineNumber
private int lineNumber
XmlObjectParser.PresetParsingException
public XmlObjectParser.PresetParsingException()
XmlObjectParser.PresetParsingException
public XmlObjectParser.PresetParsingException(java.lang.Exception e)
XmlObjectParser.PresetParsingException
public XmlObjectParser.PresetParsingException(java.lang.String message,
java.lang.Exception e)
XmlObjectParser.PresetParsingException
public XmlObjectParser.PresetParsingException(java.lang.String message)
rememberLocation
public XmlObjectParser.PresetParsingException rememberLocation(org.xml.sax.Locator locator)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class org.xml.sax.SAXException
getColumnNumber
public int getColumnNumber()
getLineNumber
public int getLineNumber()
JOSM