org.onebusaway.gtfs.csv.exceptions
Class NoDefaultConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.gtfs.csv.exceptions.CsvEntityException
org.onebusaway.gtfs.csv.exceptions.NoDefaultConverterException
- All Implemented Interfaces:
- java.io.Serializable
public class NoDefaultConverterException
- extends CsvEntityException
Error indicating that no default converter could be found for converting CSV
string data into the specified type for the target entity's specified field.
We use the ConvertUtils.lookup(Class) method to find a converter.
- Author:
- bdferris
- See Also:
ConvertUtils,
Serialized Form
|
Constructor Summary |
NoDefaultConverterException(java.lang.Class<?> entityType,
java.lang.String csvFieldName,
java.lang.String objFieldName,
java.lang.Class<?> objFieldType)
|
| 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 |
NoDefaultConverterException
public NoDefaultConverterException(java.lang.Class<?> entityType,
java.lang.String csvFieldName,
java.lang.String objFieldName,
java.lang.Class<?> objFieldType)
getCsvFieldName
public java.lang.String getCsvFieldName()
getObjFieldName
public java.lang.String getObjFieldName()
getObjFieldType
public java.lang.Class<?> getObjFieldType()
Copyright © 2011 OneBusAway. All Rights Reserved.