public class ParseException
extends java.lang.Exception
| Constructor and Description |
|---|
ParseException(Parser parser,
java.lang.String msg)
A parsing exception.
|
public ParseException(Parser parser, java.lang.String msg)
parser - The parser.msg - The exception message.