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.
|
getCause, getNextException, setNextException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ParseException()
public ParseException(String s)
s
- the detail messageCopyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.