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 BenchmarkException
ExceptionFrame. error
Fields 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. exception
Methods in org.openjdk.jmh.runner.link that return BenchmarkException Modifier and Type Method Description BenchmarkException
ExceptionFrame. getError()
BenchmarkException
BinaryLinkServer. getException()
Methods in org.openjdk.jmh.runner.link with parameters of type BenchmarkException Modifier and Type Method Description void
BinaryLinkClient. pushException(BenchmarkException error)
Constructors in org.openjdk.jmh.runner.link with parameters of type BenchmarkException Constructor Description ExceptionFrame(BenchmarkException error)
-