public abstract class GTFSError extends Object implements Comparable<GTFSError>, Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
affectedEntityId |
String |
errorType |
String |
field |
String |
file |
long |
line |
| Constructor and Description |
|---|
GTFSError(String entityId)
New constructor for SQL storage.
|
GTFSError(String file,
long line,
String field) |
GTFSError(String file,
long line,
String field,
String affectedEntityId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GTFSError o)
must be comparable to put into mapdb
|
Class<? extends Entity> |
getAffectedEntityType() |
String |
getErrorCode() |
String |
getMessage() |
String |
getMessageWithContext() |
Priority |
getPriority() |
String |
toString() |
public final String file
public final long line
public final String field
public final String affectedEntityId
public final String errorType
public GTFSError(String entityId)
public final String getErrorCode()
public Priority getPriority()
public Class<? extends Entity> getAffectedEntityType()
public String getMessage()
public String getMessageWithContext()
public int compareTo(GTFSError o)
compareTo in interface Comparable<GTFSError>Copyright © 2019. All rights reserved.