org.onebusaway.gtfs.serialization
Class DuplicateEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.csv_entities.exceptions.CsvEntityException
org.onebusaway.gtfs.serialization.DuplicateEntityException
- All Implemented Interfaces:
- Serializable
public class DuplicateEntityException
- extends org.onebusaway.csv_entities.exceptions.CsvEntityException
Indicates that two entities with the same id were found in a GTFS feed as it
was being read.
- Author:
- bdferris
- See Also:
- Serialized Form
| Methods inherited from class org.onebusaway.csv_entities.exceptions.CsvEntityException |
getEntityType |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateEntityException
public DuplicateEntityException(Class<?> entityType,
AgencyAndId id)
Copyright © 2011 OneBusAway. All Rights Reserved.