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