public class QdParserException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
An unique ID for serializing this class.
|
| Constructor and Description |
|---|
QdParserException(java.lang.String message)
Creates a new parser exception for a message.
|
QdParserException(java.lang.Throwable cause)
Creates a new parser exception for a caught cause.
|
private static final long serialVersionUID
public QdParserException(java.lang.String message)
message - the message describing the problempublic QdParserException(java.lang.Throwable cause)
cause - a throwable representing the cause