public class ParseException extends MessagingException
| Constructor and Description |
|---|
ParseException()
Constructs a ParseException with no detail message.
|
ParseException(String s)
Constructs a ParseException with the specified detail message.
|
getMessage, getNextException, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String s)
s - the detail messageCopyright © 2005–2017 Oracle Corporation. All rights reserved.