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.RuntimeException
Internal exception in JMH. Always wraps the real cause.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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.Throwable
getCause()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-