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

com.github.easypack.script.ScriptException Maven / Gradle / Ivy

The newest version!
package com.github.easypack.script;

/**
 * Exception thrown when there is an error writing the scripts.
 * 
 * @author agusmunioz
 * 
 */
public class ScriptException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public ScriptException(String message, Throwable cause) {
		super(message, cause);

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy