Uses of Class
org.onebusaway.exceptions.ServiceException

Packages that use ServiceException
org.onebusaway.api.actions.api   
org.onebusaway.api.actions.api.where   
org.onebusaway.exceptions   
org.onebusaway.federations.annotations   
org.onebusaway.sms.actions.sms   
org.onebusaway.transit_data_federation.impl.beans.itineraries   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.where   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
org.onebusaway.webapp.impl.oba   
org.onebusaway.webapp.services.oba   
 

Uses of ServiceException in org.onebusaway.api.actions.api
 

Methods in org.onebusaway.api.actions.api that throw ServiceException
 org.apache.struts2.rest.DefaultHttpHeaders AlarmCallbackAction.show()
           
 

Uses of ServiceException in org.onebusaway.api.actions.api.where
 

Methods in org.onebusaway.api.actions.api.where that throw ServiceException
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithTripAction.create()
           
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithStopAction.create()
           
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithPlannedTripAction.create()
           
 org.apache.struts2.rest.DefaultHttpHeaders PlanTripAction.create()
           
 org.apache.struts2.rest.DefaultHttpHeaders VehicleLocationRecordsAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripsForLocationAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders StreetGraphForRegionAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders StopsForLocationAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders RoutesForLocationAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithTripAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithStopAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders ReportProblemWithPlannedTripAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders PlanTripAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders MinTravelTimeToStopsAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders EstimateCurrentVehicleAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders CancelAlarmsAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders AgenciesWithCoverageAction.index()
           
 org.apache.struts2.rest.DefaultHttpHeaders VehiclesForAgencyAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders VehicleLocationRecordForVehicleAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders VehicleAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripsForRouteAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripsForAgencyAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripForVehicleAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripDetailsAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders TripAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders StopsForRouteAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders StopAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders SituationAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders ScheduleForStopAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders RouteAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders RegisterAlarmForArrivalAndDepartureAtStopAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders CancelAlarmAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders BlockInstanceAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders BlockAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders ArrivalsAndDeparturesForStopAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders ArrivalAndDepartureForStopAction.show()
           
 org.apache.struts2.rest.DefaultHttpHeaders AgencyAction.show()
           
 

Uses of ServiceException in org.onebusaway.exceptions
 

Subclasses of ServiceException in org.onebusaway.exceptions
 class InvalidArgumentServiceException
           
 class InvalidSelectionServiceException
           
 class MultipleServiceAreasServiceException
           
 class NoSuchAgencyServiceException
           
 class NoSuchRouteServiceException
           
 class NoSuchServicePatternServiceException
           
 class NoSuchStopServiceException
           
 class NoSuchTripServiceException
           
 class OutOfServiceAreaServiceException
           
 class ServiceAreaServiceException
           
 

Uses of ServiceException in org.onebusaway.federations.annotations
 

Methods in org.onebusaway.federations.annotations that throw ServiceException
 Object FederatedServiceMethodInvocationHandler.invoke(FederatedServiceCollection collection, Method method, Object[] args)
           
 

Uses of ServiceException in org.onebusaway.sms.actions.sms
 

Methods in org.onebusaway.sms.actions.sms that throw ServiceException
 String TextmarksAction.execute()
           
 String StopByNumberAction.execute()
           
 String CommandResetAction.execute()
           
 String CommandDebugAction.execute()
           
 String CommandBookmarksAction.execute()
           
 String ArrivalsAndDeparturesAction.execute()
           
 

Uses of ServiceException in org.onebusaway.transit_data_federation.impl.beans.itineraries
 

Methods in org.onebusaway.transit_data_federation.impl.beans.itineraries that throw ServiceException
 ItinerariesBean ItinerariesBeanServiceImpl.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
          ItinerariesBeanService Interface
 List<TimedPlaceBean> ItinerariesBeanServiceImpl.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

Uses of ServiceException in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans that throw ServiceException
 ItinerariesBean ItinerariesBeanService.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
           
 List<TimedPlaceBean> ItinerariesBeanService.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
          Given a set of stops with min-travel time already determined, and a set of nearby places, complete the best plan calculation for each by looking for valid walking paths from stops to places and keeping the shortest paths.
 RoutesBean RoutesBeanService.getRoutesForQuery(SearchQueryBean query)
          TODO: Convert this to use at some point?
 StopsBean StopsBeanService.getStops(SearchQueryBean query)
          TODO: Convert this to use at some point?
 

Uses of ServiceException in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that throw ServiceException
 List<AgencyWithCoverageBean> TransitDataService.getAgenciesWithCoverage()
          The coverage area for each agency is generally the lat-lon bounds of all stops served by that agency.
 AgencyBean TransitDataService.getAgency(String agencyId)
           
 ArrivalAndDepartureBean TransitDataService.getArrivalAndDepartureForStop(ArrivalAndDepartureForStopQueryBean query)
           
 ItinerariesBean TransitDataService.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
          Plan a trip between two locations at a particular time, with the specified constraints.
 List<TimedPlaceBean> TransitDataService.getLocalPaths(String agencyId, ConstraintsBean constraints, MinTravelTimeToStopsBean minTravelTimeToStops, List<LocalSearchResult> localResults)
           
 MinTravelTimeToStopsBean TransitDataService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints)
           
 RouteBean TransitDataService.getRouteForId(String routeId)
           
 RoutesBean TransitDataService.getRoutes(SearchQueryBean query)
           
 StopScheduleBean TransitDataService.getScheduleForStop(String stopId, Date date)
           
 TripDetailsBean TransitDataService.getSingleTripDetails(TripDetailsQueryBean query)
           
 StopBean TransitDataService.getStop(String stopId)
           
 StopsBean TransitDataService.getStops(SearchQueryBean query)
           
 StopsForRouteBean TransitDataService.getStopsForRoute(String routeId)
           
 StopsWithArrivalsAndDeparturesBean TransitDataService.getStopsWithArrivalsAndDepartures(Collection<String> stopIds, ArrivalsAndDeparturesQueryBean query)
           
 StopWithArrivalsAndDeparturesBean TransitDataService.getStopWithArrivalsAndDepartures(String stopId, ArrivalsAndDeparturesQueryBean query)
           
 ListBean<VertexBean> TransitDataService.getStreetGraphForRegion(double latFrom, double lonFrom, double latTo, double lonTo)
           
 TripBean TransitDataService.getTrip(String tripId)
           
 ListBean<TripDetailsBean> TransitDataService.getTripDetails(TripDetailsQueryBean query)
           
 

Uses of ServiceException in org.onebusaway.webapp.actions.where
 

Methods in org.onebusaway.webapp.actions.where that throw ServiceException
 String TripAction.execute()
           
 String StopsForRouteAction.execute()
           
 String StopsAction.execute()
           
 String StopAction.execute()
           
 String RoutesAction.execute()
           
 String BlockAction.execute()
           
 String AgenciesAction.execute()
           
 

Uses of ServiceException in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc that throw ServiceException
 List<AgencyWithCoverageBean> WebappService.getAgencies()
           
 StopWithArrivalsAndDeparturesBean WebappService.getArrivalsByStopId(String stopId)
           
 List<TimedPlaceBean> WebappService.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 MinTransitTimeResult WebappService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 RouteBean WebappService.getRouteForId(String routeId)
           
 RoutesBean WebappService.getRoutes(SearchQueryBean query)
           
 RoutesAndStopsBean WebappService.getRoutesAndStops(SearchQueryBean query)
           
 StopScheduleBean WebappService.getScheduleForStop(String stopId, Date date)
           
 StopBean WebappService.getStop(String stopId)
           
 StopsBean WebappService.getStops(SearchQueryBean query)
           
 StopsForRouteBean WebappService.getStopsForRoute(String routeId)
           
 ItinerariesBean WebappService.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 

Uses of ServiceException in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that throw ServiceException
 List<AgencyWithCoverageBean> WebappServiceServletImpl.getAgencies()
           
 StopWithArrivalsAndDeparturesBean WebappServiceServletImpl.getArrivalsByStopId(String stopId)
           
 List<TimedPlaceBean> WebappServiceServletImpl.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 MinTransitTimeResult WebappServiceServletImpl.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 RouteBean WebappServiceServletImpl.getRouteForId(String routeId)
           
 RoutesBean WebappServiceServletImpl.getRoutes(SearchQueryBean query)
           
 RoutesAndStopsBean WebappServiceServletImpl.getRoutesAndStops(SearchQueryBean query)
           
 StopScheduleBean WebappServiceServletImpl.getScheduleForStop(String stopId, Date date)
           
 StopBean WebappServiceServletImpl.getStop(String stopId)
           
 StopsBean WebappServiceServletImpl.getStops(SearchQueryBean query)
           
 StopsForRouteBean WebappServiceServletImpl.getStopsForRoute(String routeId)
           
 ItinerariesBean WebappServiceServletImpl.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 

Uses of ServiceException in org.onebusaway.webapp.impl.oba
 

Methods in org.onebusaway.webapp.impl.oba that throw ServiceException
 List<TimedPlaceBean> OneBusAwayServiceImpl.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 MinTransitTimeResult OneBusAwayServiceImpl.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 

Uses of ServiceException in org.onebusaway.webapp.services.oba
 

Methods in org.onebusaway.webapp.services.oba that throw ServiceException
 List<TimedPlaceBean> OneBusAwayService.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 MinTransitTimeResult OneBusAwayService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.