org.onebusaway.gtfs.csv.exceptions
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.gtfs.csv.exceptions.CsvEntityException
org.onebusaway.gtfs.csv.exceptions.NoSuchPropertyException
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchPropertyException
- extends CsvEntityException
Indicates that the specified entity type does not have a property with the
given name, or that there was an error examining the property.
- Author:
- bdferris
- See Also:
- Serialized Form
| 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 |
NoSuchPropertyException
public NoSuchPropertyException(java.lang.Class<?> entityType,
java.lang.String propertyName)
NoSuchPropertyException
public NoSuchPropertyException(java.lang.Class<?> entityType,
java.lang.String propertyName,
java.lang.Exception ex)
getPropertyName
public java.lang.String getPropertyName()
Copyright © 2010 OneBusAway. All Rights Reserved.