This class is used to signal errors while scanning or parsing.
See Also:VDLtScanner See Also:VDLtParser
Constructor Summary
public
VDLtException(int lineno, String message) Constructs a message that contains a line number prefix.
Method Summary
public int
getLineNumber() Obtains the current line number as of the throw.
Constructor Detail
VDLtException
public VDLtException(int lineno, String message)(Code)
Constructs a message that contains a line number prefix.
Parameters: lineno - is the line number to prefix Parameters: message - is the message to attach when throwing.