private static class OsmReader.OsmParsingException extends XMLStreamException
location, nested
Constructor and Description |
---|
OsmParsingException() |
OsmParsingException(String msg) |
OsmParsingException(String msg,
Location location) |
OsmParsingException(String msg,
Location location,
Throwable th) |
OsmParsingException(String msg,
Throwable th) |
OsmParsingException(Throwable th) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getLocation, getNestedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OsmParsingException()
public OsmParsingException(String msg)
public OsmParsingException(String msg, Location location)
public OsmParsingException(String msg, Location location, Throwable th)
public OsmParsingException(String msg, Throwable th)
public OsmParsingException(Throwable th)
public String getMessage()
getMessage
in class Throwable