public class ParserException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParserException()
Creates a new
ParserException . |
ParserException(java.lang.String message)
Creates a new
ParserException with the given message. |
ParserException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
ParserException with the given message and cause. |
ParserException(java.lang.Throwable cause)
Creates a new
ParserException with the given cause. |
public ParserException()
ParserException
.public ParserException(java.lang.String message)
ParserException
with the given message.message
- the messagepublic ParserException(java.lang.String message, java.lang.Throwable cause)
ParserException
with the given message and cause.message
- the messagecause
- the causepublic ParserException(java.lang.Throwable cause)
ParserException
with the given cause.cause
- the cause