Package org.pkl.core.parser
Class LexParseException.IncompleteInput
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pkl.core.parser.LexParseException
-
- org.pkl.core.parser.LexParseException.ParseError
-
- org.pkl.core.parser.LexParseException.IncompleteInput
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LexParseException
public static class LexParseException.IncompleteInput extends LexParseException.ParseError
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.parser.LexParseException
LexParseException.IncompleteInput, LexParseException.LexError, LexParseException.ParseError
-
-
Constructor Summary
Constructors Constructor Description IncompleteInput(java.lang.String message, int line, int column, int length)
-
Method Summary
-
Methods inherited from class org.pkl.core.parser.LexParseException
getColumn, getLength, getLine, getPartialParseResult, getRelevance, withPartialParseResult
-
-