All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zhao.algorithmMagic.exception.OperationAlgorithmNotFound Maven / Gradle / Ivy

There is a newer version: 1.42
Show newest version
package zhao.algorithmMagic.exception;

/**
 * Java类于 2022/10/9 22:38:18 创建
 * 

* 算法没有找到异常 * * @author 4 */ public final class OperationAlgorithmNotFound extends AlgorithmMagicException { public OperationAlgorithmNotFound() { super(); } public OperationAlgorithmNotFound(String message) { super(message); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy