Uses of Class
org.openjdk.jmh.runner.BenchmarkException
-
Packages that use BenchmarkException Package Description org.openjdk.jmh.runner.link -
-
Uses of BenchmarkException in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as BenchmarkException Modifier and Type Field Description private BenchmarkExceptionExceptionFrame. errorFields in org.openjdk.jmh.runner.link with type parameters of type BenchmarkException Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<BenchmarkException>BinaryLinkServer. exceptionMethods in org.openjdk.jmh.runner.link that return BenchmarkException Modifier and Type Method Description BenchmarkExceptionExceptionFrame. getError()BenchmarkExceptionBinaryLinkServer. getException()Methods in org.openjdk.jmh.runner.link with parameters of type BenchmarkException Modifier and Type Method Description voidBinaryLinkClient. pushException(BenchmarkException error)Constructors in org.openjdk.jmh.runner.link with parameters of type BenchmarkException Constructor Description ExceptionFrame(BenchmarkException error)
-