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

xxl.mathematica.exception.ItemNotFoundException Maven / Gradle / Ivy

package xxl.mathematica.exception;

/**
 * 未找到结果异常
 */

public class ItemNotFoundException extends Exception {

    public ItemNotFoundException(String param) {
        super("can not find item that meet " + param);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy