public class ReferentialIntegrityError extends GTFSError implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
badReference |
static long |
serialVersionUID |
| Constructor and Description |
|---|
ReferentialIntegrityError(String tableName,
long row,
String field,
String badReference) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GTFSError o)
must be comparable to put into mapdb
|
String |
getMessage() |
getAffectedEntityType, getErrorCode, getMessageWithContext, getPriority, toStringpublic static final long serialVersionUID
public final String badReference
public int compareTo(GTFSError o)
compareTo in interface Comparable<GTFSError>compareTo in class GTFSErrorpublic String getMessage()
getMessage in class GTFSErrorCopyright © 2019. All rights reserved.