public class RandoopGenerationError
extends java.lang.Error
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
exception
The exception that was thrown.
|
private TypedOperation |
operation
The operation.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RandoopGenerationError(TypedOperation operation,
java.lang.Throwable exception)
Create a
RandoopGenerationError representing an error that occurs during the generation
of a sequence for the given operation. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Return the
Throwable for this error. |
java.lang.String |
getInstantiatedOperation()
Return the
String representation of the TypedOperation in this error. |
java.lang.String |
getOperationName()
Returns the name of the
java.lang.reflect.AccessibleObject underlying the operation in
this object. |
private static final long serialVersionUID
private final TypedOperation operation
private final java.lang.Throwable exception
RandoopGenerationError(TypedOperation operation, java.lang.Throwable exception)
RandoopGenerationError representing an error that occurs during the generation
of a sequence for the given operation.operation - the actual operationexception - the exception thrown during generationpublic java.lang.String getOperationName()
java.lang.reflect.AccessibleObject underlying the operation in
this object.public java.lang.String getInstantiatedOperation()
String representation of the TypedOperation in this error.String representation of the operationpublic java.lang.Throwable getException()
Throwable for this error.Throwable for this error