public class RegularExpressionParser.SyntaxException
extends java.lang.Exception
Constructor and Description |
---|
RegularExpressionParser.SyntaxException()
The constructor to create an syntax exception without the message.
|
RegularExpressionParser.SyntaxException(java.lang.String msg)
The constructor to create an syntax exception with a given message.
|
public RegularExpressionParser.SyntaxException()
public RegularExpressionParser.SyntaxException(java.lang.String msg)
msg
-