org.onebusaway.transit_data_federation.bundle.tasks.transit_graph
Class DistanceAlongShapeLibrary.StopIsTooFarFromShapeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.DistanceAlongShapeException
              extended by org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.StopIsTooFarFromShapeException
All Implemented Interfaces:
Serializable
Enclosing class:
DistanceAlongShapeLibrary

public static class DistanceAlongShapeLibrary.StopIsTooFarFromShapeException
extends DistanceAlongShapeLibrary.DistanceAlongShapeException

See Also:
Serialized Form

Constructor Summary
DistanceAlongShapeLibrary.StopIsTooFarFromShapeException(StopTimeEntry stopTime, PointAndIndex pointAndIndex, CoordinatePoint point)
           
 
Method Summary
 CoordinatePoint getPoint()
           
 PointAndIndex getPointAndIndex()
           
 StopTimeEntry getStopTime()
           
 
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

DistanceAlongShapeLibrary.StopIsTooFarFromShapeException

public DistanceAlongShapeLibrary.StopIsTooFarFromShapeException(StopTimeEntry stopTime,
                                                                PointAndIndex pointAndIndex,
                                                                CoordinatePoint point)
Method Detail

getStopTime

public StopTimeEntry getStopTime()

getPointAndIndex

public PointAndIndex getPointAndIndex()

getPoint

public CoordinatePoint getPoint()


Copyright © 2012 OneBusAway. All Rights Reserved.