public class UserInterruptException extends RuntimeException
LineReader.readLine()
when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). The partially entered line is
available via the UserInterruptException.getPartialLine()
method.Constructor and Description |
---|
UserInterruptException(String partialLine) |
Modifier and Type | Method and Description |
---|---|
String |
getPartialLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString