public class ParserException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ParserException(java.lang.Exception e)
Creates a new parser exception with the given sub exception.
|
ParserException(java.lang.String message)
Creates a new parser exception with the given message.
|
private static final long serialVersionUID
public ParserException(java.lang.String message)
message - a string.public ParserException(java.lang.Exception e)
e - an exception.