org.jboss.windup.testutil.html.CheckFailedException Maven / Gradle / Ivy
package org.jboss.windup.testutil.html;
/**
* Thrown by the report validations to indicate an unexpected result was found.
*
* @author Jesse Sightler
*/
public class CheckFailedException extends RuntimeException {
private static final long serialVersionUID = 1L;
public CheckFailedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy