public class RandoopBug
extends java.lang.RuntimeException
RandoopUsageError,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RandoopBug()
Create a RandoopBug with no additional details.
|
RandoopBug(java.lang.String message)
Create a RandoopBug with the given message.
|
RandoopBug(java.lang.String message,
java.lang.Throwable cause)
Create a RandoopBug with the given message and cause.
|
RandoopBug(java.lang.Throwable cause)
Create a RandoopBug with the given cause.
|
private static final long serialVersionUID
public RandoopBug()
public RandoopBug(java.lang.String message)
message - exception messagepublic RandoopBug(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception causepublic RandoopBug(java.lang.Throwable cause)
cause - exception cause