us.zuercher.gpx2map
Class MissingRequiredMapSourcePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by us.zuercher.gpx2map.Gpx2MapException
              extended by us.zuercher.gpx2map.MissingRequiredMapSourcePropertyException
All Implemented Interfaces:
Serializable

public class MissingRequiredMapSourcePropertyException
extends Gpx2MapException

MissingRequiredMapSourcePropertyException represents the case where one or more required properties are missing from the configuration of a MapSource.

Author:
Stephan Zuercher
See Also:
Serialized Form

Constructor Summary
MissingRequiredMapSourcePropertyException(String message)
          Constructs a new MissingRequiredMapSourcePropertyException.
 
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

MissingRequiredMapSourcePropertyException

public MissingRequiredMapSourcePropertyException(String message)
Constructs a new MissingRequiredMapSourcePropertyException.

Parameters:
message - exception messages