us.zuercher.gpx2map
Class UnknownMapSourcePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by us.zuercher.gpx2map.Gpx2MapException
              extended by 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

Constructor Summary
UnknownMapSourcePropertyException(String message)
          Constructs an UnknownMapSourcePropertyException.
 
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

UnknownMapSourcePropertyException

public UnknownMapSourcePropertyException(String message)
Constructs an UnknownMapSourcePropertyException.

Parameters:
message - the exception message.