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

net.sf.xmlform.expression.ExpressionException Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package net.sf.xmlform.expression;

/**
 * @author Liu Zhikun
 */


public class ExpressionException extends RuntimeException {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy