
org.ladsn.tool.xpath.exception.XpathMergeValueException Maven / Gradle / Ivy
package org.ladsn.tool.xpath.exception;
/**
* 无法合并多个表达式的解析结果
* @author github.com/zhegexiaohuozi [email protected]
* @since 2017/12/5.
*/
public class XpathMergeValueException extends RuntimeException {
public XpathMergeValueException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy