@ThreadSafe public class ParseException extends Exception
| Constructor and Description |
|---|
ParseException()
Creates a new ParseException.
|
ParseException(String msg)
Creates a new ParseException.
|
ParseException(String msg,
Throwable ex)
Creates a new ParseException.
|
ParseException(Throwable ex)
Creates a new ParseException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String msg)
msg - a message for the exception.public ParseException(Throwable ex)
ex - the cause of the failure.Copyright © 2012–2020 OWASP. All rights reserved.