org.openstreetmap.josm.io
Class OsmDataParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.openstreetmap.josm.io.OsmDataParsingException
- All Implemented Interfaces:
- java.io.Serializable
public class OsmDataParsingException
- 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
OsmDataParsingException
public OsmDataParsingException()
OsmDataParsingException
public OsmDataParsingException(java.lang.Exception e)
OsmDataParsingException
public OsmDataParsingException(java.lang.String message,
java.lang.Exception e)
OsmDataParsingException
public OsmDataParsingException(java.lang.String message)
rememberLocation
public OsmDataParsingException 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