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

net.jqwik.engine.properties.IncompatibleDataException Maven / Gradle / Ivy

The newest version!
package net.jqwik.engine.properties;

import net.jqwik.api.*;

public class IncompatibleDataException extends JqwikException {
	public IncompatibleDataException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy