![JAR search and dependency download from the Maven repository](/logo.png)
com.dooapp.gaedo.utils.UnableToCreateInvocationHandlerException Maven / Gradle / Ivy
package com.dooapp.gaedo.utils;
import java.util.Arrays;
import java.util.Collection;
/**
* Exception thrown when creation of invocation handler failed
* @author ndx
*
*/
public class UnableToCreateInvocationHandlerException extends
VirtualMethodCreationException {
public UnableToCreateInvocationHandlerException(
Class>[] toImplement, Collection exceptions) {
super("Unable to create invocation handler for "+Arrays.toString(toImplement)+"\n\tdue to exceptions :\n"+ExceptionUtils.collectMessages(exceptions));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy