org.aksw.commons.util.reflect
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:
- Serialized Form
MultipleMethodsInvocationException
public MultipleMethodsInvocationException(String methodName,
Class<?>[] types,
Set<Method> methods)
toString
public String toString()
getMethodName
public String getMethodName()
getTypes
public Object[] getTypes()
Copyright © 2012. All Rights Reserved.