类 javax.mail.internet.ParseException
的使用

使用 ParseException 的软件包
javax.mail.internet Classes specific to Internet mail systems. 
 

javax.mail.internetParseException 的使用
 

javax.mail.internetParseException 的子类
 class AddressException
          The exception thrown when a wrongly formatted address is encountered.
 

抛出 ParseExceptionjavax.mail.internet 中的方法
static String MimeUtility.decodeWord(String eword)
          The string is parsed using the rules in RFC 2047 for parsing an "encoded-word".
 HeaderTokenizer.Token HeaderTokenizer.next()
          Parses the next token from this String.
 HeaderTokenizer.Token HeaderTokenizer.peek()
          Peek at the next token, without actually removing the token from the parse stream.
 

抛出 ParseExceptionjavax.mail.internet 中的构造方法
ContentDisposition(String s)
          Constructor that takes a ContentDisposition string.
ContentType(String s)
          Constructor that takes a Content-Type string.
ParameterList(String s)
          Constructor that takes a parameter-list string.
 



Copyright © 2013. All Rights Reserved.