public class BadGrammarException
extends java.lang.Exception
Grammar,
Serialized Form| Constructor and Description |
|---|
BadGrammarException()
Constructs a new BadGrammarException with no message
|
BadGrammarException(java.lang.String msg)
Constructs a new BadGrammarException with a message.
|