Class EntityReferenceNotFoundException

All Implemented Interfaces:
Serializable

public class EntityReferenceNotFoundException extends CsvEntityException
Indicates that a GTFS entity has a reference to another entity that has not been seen before in the feed and that we don't know how to specify a default agency id for that entity as result.
Author:
bdferris
See Also:
  • Constructor Details

    • EntityReferenceNotFoundException

      public EntityReferenceNotFoundException(Class<?> entityType, String entityId)