public class RegularExpressionParser.SyntaxException extends Exception
| Constructor and Description |
|---|
SyntaxException()
The constructor to create an syntax exception without the message.
|
SyntaxException(String msg)
The constructor to create an syntax exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyntaxException()
public SyntaxException(String msg)
msg - Copyright © 2016. All rights reserved.