Throw this exception from your benchmark class's setUp method, or benchmark method to indicate that the combination of parameters supplied should not be benchmarked. For example, while you might want to test most combinations of the parameters {@code size} and {@code comparator}, you might not want to test the specific combination of {@code size=100000000} and{@code comparator=reallyExpensiveComparator}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.