Uses of Class
org.onebusaway.gtfs.model.AlternateStopNameException
-
Packages that use AlternateStopNameException Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model -
-
Uses of AlternateStopNameException in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return AlternateStopNameException Modifier and Type Method Description AlternateStopNameExceptionGtfsDaoImpl. getAlternateStopNameExceptionForId(AgencyAndId id)AlternateStopNameExceptionGtfsDataServiceImpl. getAlternateStopNameExceptionForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type AlternateStopNameException Modifier and Type Method Description Collection<AlternateStopNameException>GtfsDaoImpl. getAllAlternateStopNameExceptions()Collection<AlternateStopNameException>GtfsDataServiceImpl. getAllAlternateStopNameExceptions() -
Uses of AlternateStopNameException in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type AlternateStopNameException Constructor Description AlternateStopNameException(AlternateStopNameException asne)
-