Package org.openjdk.jmh.runner.link
Class ExceptionFrame
- java.lang.Object
-
- org.openjdk.jmh.runner.link.ExceptionFrame
-
- All Implemented Interfaces:
java.io.Serializable
class ExceptionFrame extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private BenchmarkException
error
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ExceptionFrame(BenchmarkException error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkException
getError()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
error
private final BenchmarkException error
-
-
Constructor Detail
-
ExceptionFrame
public ExceptionFrame(BenchmarkException error)
-
-
Method Detail
-
getError
public BenchmarkException getError()
-
-