public class SyntaxExceptionEndOfBuffer extends SyntaxException
source
Constructor and Description |
---|
SyntaxExceptionEndOfBuffer(int pos,
java.util.LinkedList<?> expected) |
SyntaxExceptionEndOfBuffer(java.lang.String expected,
int pos) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getStringRepresentation
getSource, hasSource, setSource
getInputKey, getPos, isPosSet, posToString, setInputKey, setPos
public SyntaxExceptionEndOfBuffer(int pos, java.util.LinkedList<?> expected)
public SyntaxExceptionEndOfBuffer(java.lang.String expected, int pos)
public java.lang.String toString()
toString
in class SyntaxException