java.io.Serializablepublic 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.| Constructor | Description |
|---|---|
UserInterruptException(java.lang.String partialLine) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPartialLine() |