org.onebusaway.gtfs.csv.exceptions
Class NoCsvFieldsAnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.onebusaway.gtfs.csv.exceptions.CsvEntityException
                  extended by org.onebusaway.gtfs.csv.exceptions.NoCsvFieldsAnnotationException
All Implemented Interfaces:
java.io.Serializable

public class NoCsvFieldsAnnotationException
extends CsvEntityException

Indicates that an entity type was passed to AnnotationDrivenEntitySchemaFactory for introspection and the specified entity type did not have a CsvFields class annotation

Author:
bdferris
See Also:
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

NoCsvFieldsAnnotationException

public NoCsvFieldsAnnotationException(java.lang.Class<?> entityType)


Copyright © 2010 OneBusAway. All Rights Reserved.