org.openstreetmap.josm.io
Class OsmReader.OsmParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
org.openstreetmap.josm.io.OsmReader.OsmParsingException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- OsmReader
private static class OsmReader.OsmParsingException
- extends javax.xml.stream.XMLStreamException
Fields inherited from class javax.xml.stream.XMLStreamException |
location, nested |
Methods inherited from class javax.xml.stream.XMLStreamException |
getLocation, getNestedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OsmReader.OsmParsingException
public OsmReader.OsmParsingException()
OsmReader.OsmParsingException
public OsmReader.OsmParsingException(java.lang.String msg)
OsmReader.OsmParsingException
public OsmReader.OsmParsingException(java.lang.String msg,
javax.xml.stream.Location location)
OsmReader.OsmParsingException
public OsmReader.OsmParsingException(java.lang.String msg,
javax.xml.stream.Location location,
java.lang.Throwable th)
OsmReader.OsmParsingException
public OsmReader.OsmParsingException(java.lang.String msg,
java.lang.Throwable th)
OsmReader.OsmParsingException
public OsmReader.OsmParsingException(java.lang.Throwable th)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
JOSM