Package org.openjdk.jmh.runner
Class BenchmarkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openjdk.jmh.runner.BenchmarkException
-
- All Implemented Interfaces:
java.io.Serializable
public class BenchmarkException extends java.lang.RuntimeExceptionInternal exception in JMH. Always wraps the real cause.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BenchmarkException(java.lang.String msg, java.util.Collection<java.lang.Throwable> errors)BenchmarkException(java.lang.Throwable ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()
-