us.zuercher.gpx2map.source
Class IllegalMapSourcePropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
us.zuercher.gpx2map.source.IllegalMapSourcePropertyValueException
- All Implemented Interfaces:
- Serializable
public class IllegalMapSourcePropertyValueException
- extends RuntimeException
IllegalMapSourcePropertyValueException is thrown when a property value
is illegal. Illegal values may be values that do not match any choice
for the given property or may be invalid given the context of the
property.
- 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 |
IllegalMapSourcePropertyValueException
public IllegalMapSourcePropertyValueException(String name,
String value)
- Constructs a new IllegalMapSourcePropertyValueException.
- Parameters:
name
- property namevalue
- illegal property value