public class ParserException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial Version UID
|
| 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, toStringprivate static final long serialVersionUID
public ParserException()
public ParserException(String msg)
msg - The message containg the error's causeCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.