public static 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 - message for the syntax exceptionCopyright © 2022. All rights reserved.