Uses of Class
lejos.robotics.proposal.DestinationUnreachableException

Packages that use DestinationUnreachableException
lejos.robotics.proposal Support for maps 
 

Uses of DestinationUnreachableException in lejos.robotics.proposal
 

Methods in lejos.robotics.proposal that throw DestinationUnreachableException
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Pose destination)