Package 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
-
-
Constructor Summary
Constructors Constructor Description MultipleMethodsInvocationException(String methodName, Class<?>[] types, Set<Method> methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName()Object[]getTypes()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-