org.onebusaway.gtfs.csv.exceptions
Class MethodInvocationException

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.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MethodInvocationException
extends CsvEntityException

Indicates an error when attempting to invoke the specified method on an instance of the specified entity class

Author:
bdferris
See Also:
Serialized Form

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

MethodInvocationException

public MethodInvocationException(java.lang.Class<?> entityType,
                                 java.lang.reflect.Method method,
                                 java.lang.Exception ex)


Copyright © 2010 OneBusAway. All Rights Reserved.