Serialized Form
-
Package org.jline.reader
-
Exception Class org.jline.reader.EndOfFileException
class EndOfFileException extends RuntimeException implements Serializable- serialVersionUID:
- 528485360925144689L
-
Serialized Fields
-
partialLine
String partialLine
-
-
Exception Class org.jline.reader.EOFError
class EOFError extends SyntaxError implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jline.reader.SyntaxError
class SyntaxError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
-
line
int line
-
-
Exception Class org.jline.reader.UserInterruptException
class UserInterruptException extends RuntimeException implements Serializable- serialVersionUID:
- 6172232572140736750L
-
Serialized Fields
-
partialLine
String partialLine
-
-