org.aksw.commons.util.reflect
Class NoMethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aksw.commons.util.reflect.NoMethodInvocationException
All Implemented Interfaces:
Serializable

public class NoMethodInvocationException
extends RuntimeException

Author:
Claus Stadler Date: 6/3/11
See Also:
Serialized Form

Constructor Summary
NoMethodInvocationException(String methodName, Class<?>[] types)
           
 
Method Summary
 String getMethodName()
           
 Object[] getTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMethodInvocationException

public NoMethodInvocationException(String methodName,
                                   Class<?>[] types)
Method Detail

toString

public String toString()

getMethodName

public String getMethodName()

getTypes

public Object[] getTypes()


Copyright © 2012. All Rights Reserved.