public class ParserError extends Exception
| Constructor and Description |
|---|
ParserError()
Instantiates a new Parser error.
|
ParserError(String msg)
Instantiates a new Parser error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserError()
public ParserError(String msg)
msg - the msgCopyright © 2021. All rights reserved.