cn.cheny.toolbox.reflect.methodHolder.exception.FindNotUniqueMethodException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolbox Show documentation
Show all versions of toolbox Show documentation
A personal java tool package project
package cn.cheny.toolbox.reflect.methodHolder.exception;
/**
* 查找到方法不唯一时抛出此异常
*
* @author cheney
* @date 2020-04-01
*/
public class FindNotUniqueMethodException extends MethodHolderReflectException {
public FindNotUniqueMethodException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy