us.zuercher.gpx2map
Class UnknownMapSourcePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
us.zuercher.gpx2map.Gpx2MapException
us.zuercher.gpx2map.UnknownMapSourcePropertyException
- All Implemented Interfaces:
- Serializable
public class UnknownMapSourcePropertyException
- extends Gpx2MapException
UnknownMapSourcePropertyException represents the case where one or
more configured properties are unknown to the configured
MapSource
.
- 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 |
UnknownMapSourcePropertyException
public UnknownMapSourcePropertyException(String message)
- Constructs an UnknownMapSourcePropertyException.
- Parameters:
message
- the exception message.