public class ParserException
extends java.io.IOException
| Constructor and Description |
|---|
ParserException() |
ParserException(java.lang.String message) |
ParserException(java.lang.String message,
java.lang.Throwable cause) |
ParserException(java.lang.Throwable cause) |
public ParserException()
public ParserException(java.lang.String message)
message - The detail message for the exception.public ParserException(java.lang.Throwable cause)
cause - The cause for the exception.public ParserException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for the exception.cause - The cause for the exception.