![JAR search and dependency download from the Maven repository](/logo.png)
info.novatec.testit.webtester.junit.exceptions.IllegalTestClassStructureException Maven / Gradle / Ivy
package info.novatec.testit.webtester.junit.exceptions;
@SuppressWarnings("serial")
public class IllegalTestClassStructureException extends WebTesterJUnitSupportException {
public IllegalTestClassStructureException(String message, Throwable cause) {
super(message, cause);
}
public IllegalTestClassStructureException(String message) {
super(message);
}
public IllegalTestClassStructureException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy