
ua.windriver.model.exception.WinDriverAgentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of windriver-java Show documentation
Show all versions of windriver-java Show documentation
A Java client for the WinDriver Agent. This client allows you to automate Windows desktop applications
using Java.
The newest version!
package ua.windriver.model.exception;
public class WinDriverAgentException extends RuntimeException {
public WinDriverAgentException(String msg) {
super(msg);
}
public WinDriverAgentException() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy