public class ParserException
extends java.lang.Exception
Constructor and Description |
---|
ParserException()
Creates a new instance of
ParserException without detail message. |
ParserException(java.lang.String msg)
Constructs an instance of
ParserException with the specified detail message. |
public ParserException()
ParserException
without detail message.public ParserException(java.lang.String msg)
ParserException
with the specified detail message.msg
- the detail message.