Class DuplicateEntityException

All Implemented Interfaces:
Serializable

public class DuplicateEntityException extends 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