public class ParseException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParseException(int lineno,
java.lang.String msg)
constructor for parseException -- given line number (lineno) and message (msg)
of error
|