|
||||||||||
| 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.IntrospectionException
public class IntrospectionException
Indicates that introspection failed for the specified entity type. Usually
indicates a failure with Introspector.getBeanInfo(Class).
Introspector.getBeanInfo(Class),
Serialized Form| Constructor Summary | |
|---|---|
IntrospectionException(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 IntrospectionException(java.lang.Class<?> entityType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||