public class TimeZoneError extends GTFSError implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
message |
static long |
serialVersionUID |
| Constructor and Description |
|---|
TimeZoneError(String tableName,
long line,
String field,
String affectedEntityId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
compareTo, getAffectedEntityType, getErrorCode, getMessageWithContext, getPriority, toStringpublic static final long serialVersionUID
public final String message
public TimeZoneError(String tableName, long line, String field, String affectedEntityId, String message)
tableName - name of table where error was foundline - line of invalid timezone referencefield - name of field for invalid timezone reference (agency_timezone or stop_timezone)affectedEntityId - stop or agency ID of the invalid timezone referencemessage - description of issue with timezone referencepublic String getMessage()
getMessage in class GTFSErrorCopyright © 2019. All rights reserved.