Uses of Class
org.jline.reader.SyntaxError
Packages that use SyntaxError
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
-
Uses of SyntaxError in org.jline.reader
Subclasses of SyntaxError in org.jline.readerModifier and TypeClassDescriptionclass
Exception thrown when parsing is incomplete due to unexpected end of input.Methods in org.jline.reader that throw SyntaxErrorModifier and TypeMethodDescriptiondefault ParsedLine
Parser.parse
(String line, int cursor, Parser.ParseContext context)