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:
Serializable
public class BenchmarkException extends RuntimeException
Internal exception in JMH. Always wraps the real cause.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BenchmarkException(String msg, Collection<Throwable> errors)BenchmarkException(Throwable ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-