|
||||||||||
| 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.MethodInvocationException
public class MethodInvocationException
Indicates an error when attempting to invoke the specified method on an instance of the specified entity class
| Constructor Summary | |
|---|---|
MethodInvocationException(java.lang.Class<?> entityType,
java.lang.reflect.Method method,
java.lang.Exception ex)
|
|
| 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 MethodInvocationException(java.lang.Class<?> entityType,
java.lang.reflect.Method method,
java.lang.Exception ex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||