Class UserInterruptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jline.reader.UserInterruptException
All Implemented Interfaces:
Serializable

public class UserInterruptException extends RuntimeException
This exception is thrown by 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 getPartialLine() method.
See Also: