Class DuplicateEntityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.csv_entities.exceptions.CsvException
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:
  • Constructor Details

    • DuplicateEntityException

      public DuplicateEntityException(Class<?> entityType, Serializable id)
  • Method Details