public class ParserException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ParserException(java.lang.String arg0) |
ParserException(java.lang.String message,
java.lang.Throwable throwable) |
private static final long serialVersionUID
public ParserException(java.lang.String arg0)
arg0 - arg0public ParserException(java.lang.String message,
java.lang.Throwable throwable)
message - is the message for the exception.throwable - is the throwable which is encapsulated.