All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.test4j.exception.SkipStepException Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package org.test4j.exception;

public class SkipStepException extends RuntimeException {
	private static final long serialVersionUID = 1901320510294924470L;

	public static final SkipStepException instance = new SkipStepException();

	private SkipStepException() {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy