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.| Constructor and Description | 
|---|
| UserInterruptException(java.lang.String partialLine) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getPartialLine() | 
Copyright © 2018. All Rights Reserved.