Class EntityReferenceNotFoundException
- 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.EntityReferenceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityReferenceNotFoundException extends org.onebusaway.csv_entities.exceptions.CsvEntityExceptionIndicates 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityReferenceNotFoundException(Class<?> entityType, String entityId)
-
Method Summary
-
Methods inherited from class org.onebusaway.csv_entities.exceptions.CsvEntityException
getEntityType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-