public class UserInterruptException
extends java.lang.RuntimeException
ConsoleReader.readLine()
when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). The partially entered line is
available via the getPartialLine()
method.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
partialLine |
private static long |
serialVersionUID |
Constructor and Description |
---|
UserInterruptException(java.lang.String partialLine) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPartialLine() |
private static final long serialVersionUID
private final java.lang.String partialLine