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

com.github.raphc.maven.plugins.selenese4j.functions.NotMatchedException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.raphc.maven.plugins.selenese4j.functions;

/**
 * @author Raphael
 *
 */
public class NotMatchedException extends Exception {

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

	/**
	 * 
	 */
	public NotMatchedException() {
		super();
	}

	/**
	 * @param message
	 * @param cause
	 */
	public NotMatchedException(String message, Throwable cause) {
		super(message, cause);
	}

	/**
	 * @param message
	 */
	public NotMatchedException(String message) {
		super(message);
	}

	/**
	 * @param cause
	 */
	public NotMatchedException(Throwable cause) {
		super(cause);
	}

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy