us.zuercher.gpx2map
Class BoundingException

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

public class BoundingException
extends Gpx2MapException

BoundingException represents an error in configured map boundaries.

Author:
Stephan Zuercher
See Also:
Serialized Form

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

BoundingException

public BoundingException(String message)
Constructs a new BoundingException.

Parameters:
message - the exception message