public class UserInterruptException extends 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 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
Copyright © 2017. All Rights Reserved.