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

com.jfplugin.xsql.exception.ExpException Maven / Gradle / Ivy

The newest version!
package com.jfplugin.xsql.exception;

/**
 * 表达式异常
 * @author farmer
 *
 */
public class ExpException extends RuntimeException{

	/**
	 * 
	 */
	private static final long serialVersionUID = 5453621294663937108L;

	public ExpException(String message, Throwable cause) {
		super(message, cause);
	}

	public ExpException(String message) {
		super(message);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy