org.osm2world.core
Class ConversionFacade.BoundingBoxSizeException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ConversionFacade.BoundingBoxSizeException
All Implemented Interfaces:
Serializable
Enclosing class:
ConversionFacade

public static class ConversionFacade.BoundingBoxSizeException
extends RuntimeException

exception to be thrown if the OSM input data covers an area larger than the maxBoundingBoxDegrees config property

See Also:
Serialized Form

Field Summary
 Bound bound
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bound

public final Bound bound
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable