|
||||||||||
| 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.NoCsvFieldsAnnotationException
public class NoCsvFieldsAnnotationException
Indicates that an entity type was passed to
AnnotationDrivenEntitySchemaFactory for introspection and the
specified entity type did not have a CsvFields class annotation
CsvFields,
AnnotationDrivenEntitySchemaFactory,
Serialized Form| Constructor Summary | |
|---|---|
NoCsvFieldsAnnotationException(java.lang.Class<?> entityType)
|
|
| Method Summary |
|---|
| 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 NoCsvFieldsAnnotationException(java.lang.Class<?> entityType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||