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