us.zuercher.gpx2map.source
Class IllegalMapSourcePropertyNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
us.zuercher.gpx2map.source.IllegalMapSourcePropertyNameException
- All Implemented Interfaces:
- Serializable
public class IllegalMapSourcePropertyNameException
- extends RuntimeException
IllegalMapSourcePropertyNameException is thrown when a map source property
name contains non-letter or digit characters.
- 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 |
IllegalMapSourcePropertyNameException
public IllegalMapSourcePropertyNameException(String propertyName)
- Constructs a new IllegalMapSourcePropertyNameException for the given
illegal property name.
- Parameters:
propertyName
- the property's name