us.zuercher.gpx2map.source
Class IllegalMapSourcePropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalMapSourcePropertyValueException(String name, String value)
          Constructs a new IllegalMapSourcePropertyValueException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalMapSourcePropertyValueException

public IllegalMapSourcePropertyValueException(String name,
                                              String value)
Constructs a new IllegalMapSourcePropertyValueException.

Parameters:
name - property name
value - illegal property value