Uses of Class
de.quantummaid.eventmaid.usecases.usecaseadapter.methodinvoking.MethodInvocationException
-
Packages that use MethodInvocationException Package Description de.quantummaid.eventmaid.usecases.usecaseadapter.methodinvoking -
-
Uses of MethodInvocationException in de.quantummaid.eventmaid.usecases.usecaseadapter.methodinvoking
Methods in de.quantummaid.eventmaid.usecases.usecaseadapter.methodinvoking that return MethodInvocationException Modifier and Type Method Description static MethodInvocationExceptionMethodInvocationException. methodInvocationException(Class<?> useCaseClass, Object useCase, Method useCaseMethod, Object event, Exception cause)Factory method to create a newMethodInvocationException
-