public class ParseException
extends java.lang.Exception
Constructor and Description |
---|
ParseException(java.lang.String message)
Create a parse exception with the specified message.
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Create a parse exception with the specified message and
cause.
|