class ExceptionFrame
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private BenchmarkException |
error |
private static long |
serialVersionUID |
Constructor and Description |
---|
ExceptionFrame(BenchmarkException error) |
Modifier and Type | Method and Description |
---|---|
BenchmarkException |
getError() |
private static final long serialVersionUID
private final BenchmarkException error
public ExceptionFrame(BenchmarkException error)
public BenchmarkException getError()