public class ParserException extends Exception
| Constructor and Description |
|---|
ParserException()
A strandard constuctor
|
ParserException(String msg)
A constructor with a message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException()
public ParserException(String msg)
msg - The message containg the error's causeCopyright © 2021. All rights reserved.