us.zuercher.gpx2map
Class GpxParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
us.zuercher.gpx2map.Gpx2MapException
us.zuercher.gpx2map.GpxParsingException
- All Implemented Interfaces:
- Serializable
public class GpxParsingException
- extends Gpx2MapException
GpxParsingException represents an error parsing one or more GPX files.
- Author:
- Stephan Zuercher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GpxParsingException
public GpxParsingException(String message)
- Constructs a new GpxParsingException.
- Parameters:
message
- exception messages
GpxParsingException
public GpxParsingException(String message,
Throwable cause)
- Constructs a new GpxParsingException.
- Parameters:
message
- exception messagescause
- the exception cause