Serializable
AddressException
public 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.
|
getCause, getNextException, setNextException, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ParseException()
public ParseException(String s)
s
- the detail messageCopyright © 2018 Oracle. All rights reserved.