Class MultipleMethodsInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aksw.commons.util.reflect.MultipleMethodsInvocationException
- All Implemented Interfaces:
Serializable
- Author:
- Claus Stadler Date: 6/3/11
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleMethodsInvocationException(String methodName, Class<?>[] types, Set<Method> methods) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MultipleMethodsInvocationException
-
-
Method Details
-
toString
-
getMethodName
-
getTypes
-