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