Class MultipleMethodsInvocationException

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

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

    • MultipleMethodsInvocationException

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

    • toString

      public String toString()
    • getMethodName

      public String getMethodName()
    • getTypes

      public Object[] getTypes()