Class NoMethodInvocationException

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

public class NoMethodInvocationException extends RuntimeException
Author:
Claus Stadler Date: 6/3/11
See Also:
  • Constructor Details

    • NoMethodInvocationException

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

    • toString

      public String toString()
    • getMethodName

      public String getMethodName()
    • getTypes

      public Object[] getTypes()