public class ParseException extends MessagingException
| 构造器和说明 |
|---|
ParseException()
Constructs a ParseException with no detail message.
|
ParseException(String s)
Constructs a ParseException with the specified detail message.
|
getCause, getNextException, setNextException, toStringpublic ParseException()
public ParseException(String s)
s - the detail messageCopyright © 2021 Oracle. All rights reserved.