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

cn.twelvet.xss.exception.XssException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package cn.twelvet.xss.exception;

/**
 * xss 异常,校验模式抛出
 *
 * @author twelvet
 */
public interface XssException {

	/**
	 * 输入的数据
	 * @return 数据
	 */
	String getInput();

	/**
	 * 获取异常的消息
	 * @return 消息
	 */
	String getMessage();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy