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() |
getStringRepresentationgetSource, hasSource, setSourcegetInputKey, getPos, isPosSet, posToString, setInputKey, setPospublic SyntaxExceptionEndOfBuffer(int pos,
java.util.LinkedList<?> expected)
public SyntaxExceptionEndOfBuffer(java.lang.String expected,
int pos)
public java.lang.String toString()
toString in class SyntaxException