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

mmarquee.automation.pattern.PatternNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.automation.pattern;

/**
 * Created by Mark Humphreys on 26/02/2016.
 *
 * Exception to indicate that a pattern has not been found.
 */
public class PatternNotFoundException extends Exception {

	private static final long serialVersionUID = -6758087543897914809L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy