Serialized Form
-
Package org.onebusaway.exceptions
-
Class org.onebusaway.exceptions.InternalErrorServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.InvalidArgumentServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.InvalidSelectionServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.MultipleServiceAreasServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchAgencyServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyId
String _agencyId
-
-
Class org.onebusaway.exceptions.NoSuchRouteServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchServicePatternServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchStopServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_stopId
String _stopId
-
-
Class org.onebusaway.exceptions.NoSuchTripServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_tripId
String _tripId
-
-
Class org.onebusaway.exceptions.OutOfServiceAreaServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.ServiceAreaServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.ServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.utility.collections
-
Class org.onebusaway.utility.collections.Indexed extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_value
T _value
-
-