us.zuercher.gpx2map
Class Gpx2MapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
us.zuercher.gpx2map.Gpx2MapException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BoundingException, GpxParsingException, MissingRequiredMapSourcePropertyException, UnknownMapSourceException, UnknownMapSourcePropertyException
public abstract class Gpx2MapException
- extends Exception
Gpx2MapException is a base class for checked excpetions thrown by Gpx2Map.
- 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 |
Gpx2MapException
public Gpx2MapException(String message)
- Constructs a new Gpx2MapException.
- Parameters:
message
- the exception message
Gpx2MapException
public Gpx2MapException(String message,
Throwable cause)
- Constructs a new Gpx2MapException.
- Parameters:
message
- the exception messagecause
- the exception cause