public class ParseException extends JSAPException
JSAPException
,
Serialized FormConstructor 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, toString
public ParseException()
public ParseException(String msg)
msg
- the message for this ParseException.public ParseException(Throwable cause)
cause
- the Throwable to encapsulate.Copyright © 2015. All rights reserved.