Serializablepublic class ParseException extends MessagingException
| Constructor | Description |
|---|---|
ParseException() |
Constructs a ParseException with no detail message.
|
ParseException(String s) |
Constructs a ParseException with the specified detail message.
|
getMessage, getNextException, setNextExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String s)
s - the detail messageCopyright © 2018 Oracle. All rights reserved.