javax.mail.internet
类 ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.internet.ParseException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- AddressException
public class ParseException
- extends MessagingException
The exception thrown due to an error in parsing RFC822
or MIME headers
- 作者:
- John Mani
- 另请参见:
- 序列化表格
ParseException
public ParseException()
- Constructs a ParseException with no detail message.
ParseException
public ParseException(String s)
- Constructs a ParseException with the specified detail message.
- 参数:
s - the detail message
Copyright © 2013. All Rights Reserved.