| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.error |
This package contains all the objects that represent errors encountered during GTFS loading.
|
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.validator.model |
| Modifier and Type | Field and Description |
|---|---|
NavigableSet<GTFSError> |
GTFSFeed.errors |
| Modifier and Type | Class and Description |
|---|---|
class |
DateParseError
Represents a problem parsing a date field from a GTFS feed.
|
class |
DuplicateKeyError
Indicates that a GTFS entity was not added to a table because another object already exists with the same primary key.
|
class |
DuplicateStopError
Indicates that a stop exists more than once in the feed.
|
class |
DuplicateTripError
Created by landon on 5/6/16.
|
class |
EmptyFieldError
Indicates that a field marked as required is not present in a GTFS feed on a particular line.
|
class |
EmptyTableError
Created by landon on 4/5/17.
|
class |
GeneralError
Represents any GTFS loading problem that does not have its own class, with a free-text message.
|
class |
MisplacedStopError
Created by landon on 5/11/16.
|
class |
MissingColumnError
Indicates that a column marked as required is entirely missing from a GTFS feed.
|
class |
MissingShapeError
Created by landon on 5/6/16.
|
class |
MissingTableError
Indicates that a table marked as required is not present in a GTFS feed.
|
class |
NoAgencyInFeedError
Created by landon on 5/2/17.
|
class |
NumberParseError
Represents a problem parsing an integer field of GTFS feed.
|
class |
RangeError
Indicates that a number is out of the acceptable range.
|
class |
ReferentialIntegrityError
Indicates that an entity referenced another entity that does not exist.
|
class |
ReversedTripShapeError
Created by landon on 5/6/16.
|
class |
ShapeMissingCoordinatesError
Created by landon on 5/2/16.
|
class |
TableInSubdirectoryError
Created by landon on 10/14/16.
|
class |
TimeParseError
Represents a problem parsing a time of day field of GTFS feed.
|
class |
TimeZoneError
Created by landon on 5/11/16.
|
class |
UnusedStopError
Indicates that a stop exists more than once in the feed.
|
class |
URLParseError
Represents a problem parsing a URL field from a GTFS feed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GTFSError.compareTo(GTFSError o)
must be comparable to put into mapdb
|
int |
ReferentialIntegrityError.compareTo(GTFSError o)
must be comparable to put into mapdb
|
| Modifier and Type | Field and Description |
|---|---|
List<GTFSError> |
Feed.errors |
| Modifier and Type | Field and Description |
|---|---|
NavigableSet<GTFSError> |
ValidationResult.errors |
Copyright © 2019. All rights reserved.