ParseException (Java EE 5)

From Java EE API


javax.mail.internet Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.internet.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressException

public class ParseException
extends MessagingException

Extends: Throwable > Exception > MessagingException
Extended by: AddressException

由于解析 RFC822 或 MIME 头出现错误而抛出的异常。
英文文档:

The exception thrown due to an error in parsing RFC822 or MIME headers

Author:
John Mani
See Also:
Serialized Form

Constructor Summary
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
 
Methods inherited from class java.lang.Throwable
 
Methods inherited from class java.lang.Object
 

Constructor Detail

public ParseException()
构造不带详细消息的 ParseException。
英文文档:

ParseException

public ParseException()
Constructs a ParseException with no detail message.


public ParseException(String s)
构造带指定详细消息的 ParseException。
s 详细信息
英文文档:

ParseException

public ParseException(String s)
Constructs a ParseException with the specified detail message.

Parameters:
s - the detail message



Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.