public class ParseException extends JSAPException
JSAPException,
Serialized Form| Constructor and Description |
|---|
ParseException()
Creates a new ParseException.
|
ParseException(String msg)
Creates a new ParseException with the specified message.
|
ParseException(String msg,
Throwable cause)
Creates a new ParseException with the specified message encapsulating the
specified Throwable.
|
ParseException(Throwable cause)
Creates a new ParseException encapsulating the specified Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String msg)
msg - the message for this ParseException.public ParseException(Throwable cause)
cause - the Throwable to encapsulate.Copyright © 2016. All rights reserved.