us.zuercher.gpx2map.source
Class IllegalMapSourcePropertyNameException

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

Constructor Summary
IllegalMapSourcePropertyNameException(String propertyName)
          Constructs a new IllegalMapSourcePropertyNameException for the given illegal property name.
 
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

IllegalMapSourcePropertyNameException

public IllegalMapSourcePropertyNameException(String propertyName)
Constructs a new IllegalMapSourcePropertyNameException for the given illegal property name.

Parameters:
propertyName - the property's name