public class StringTooLongException extends RandoopBug
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
StringTooLongException(java.lang.String s)
Create a StringTooLongException.
|
StringTooLongException(java.lang.String s,
java.lang.Exception cause)
Create a StringTooLongException.
|
private static final long serialVersionUID
public StringTooLongException(java.lang.String s, java.lang.Exception cause)
s
- the long string (not the message as is customary for exception constructors)cause
- the underlying exception, if anypublic StringTooLongException(java.lang.String s)
s
- the long string (not the message as is customary for exception constructors)