public class DiffInterruptedException
extends java.lang.RuntimeException
MyersDiff,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DiffInterruptedException()
Indicates that the thread computing a diff was interrupted.
|
DiffInterruptedException(java.lang.String message)
Constructor for DiffInterruptedException
|
DiffInterruptedException(java.lang.String message,
java.lang.Throwable cause)
Constructor for DiffInterruptedException
|
private static final long serialVersionUID
public DiffInterruptedException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - a Throwablepublic DiffInterruptedException(java.lang.String message)
message - error messagepublic DiffInterruptedException()