org.loadui.testfx.exceptions.NodeQueryException Maven / Gradle / Ivy
package org.loadui.testfx.exceptions;
public abstract class NodeQueryException extends RuntimeException
{
public NodeQueryException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy