public class JParserException
extends java.lang.Exception
| Constructor and Description |
|---|
JParserException()
Default constructor.
|
JParserException(java.lang.String message)
Constructor.
|
JParserException(java.lang.String message,
java.lang.Throwable cause) |
JParserException(java.lang.Throwable cause) |
public JParserException()
public JParserException(java.lang.String message)
message - description of the exception.public JParserException(java.lang.Throwable cause)
cause - underlying exception.public JParserException(java.lang.String message,
java.lang.Throwable cause)
message - description of the exception.cause - underlying exception.