|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.gtfs.csv.exceptions.CsvEntityException
org.onebusaway.gtfs.csv.exceptions.MissingRequiredFieldException
public class MissingRequiredFieldException
Indiciates that the specified field for the specified entity type is marked as required, but that no value was included in either the CSV source (just an empty value) or the entity object (null value).
CsvField.optional(),
CsvFieldMappingBean.isOptional(),
Serialized Form| Constructor Summary | |
|---|---|
MissingRequiredFieldException(java.lang.Class<?> entityType,
java.lang.String fieldName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
|
| Methods inherited from class org.onebusaway.gtfs.csv.exceptions.CsvEntityException |
|---|
getEntityType |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MissingRequiredFieldException(java.lang.Class<?> entityType,
java.lang.String fieldName)
| Method Detail |
|---|
public java.lang.String getFieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||