public class RandoopInstantiationError
extends java.lang.Error
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
exception |
private java.lang.String |
opName |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RandoopInstantiationError(java.lang.String opName,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException() |
java.lang.String |
getOpName() |
private static final long serialVersionUID
private final java.lang.String opName
private final java.lang.Throwable exception