Class 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
    • Constructor Detail

      • DuplicateEntityException

        public DuplicateEntityException​(Class<?> entityType,
                                        Serializable id)