![JAR search and dependency download from the Maven repository](/logo.png)
mmarquee.automation.pattern.PatternNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-automation Show documentation
Show all versions of ui-automation Show documentation
A Java library that wraps the MS UIAutomation library.
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