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:
java.io.Serializable
Direct Known Subclasses:
AddressException

public class ParseException
extends MessagingException

An exception thrown to indicate an error parsing RFC822 or MIME headers.

Version:
1.3
Author:
Chris Burdess
See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructor with no detail message.
ParseException(java.lang.String s)
          Constructor with the specified detail message.
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Constructor with no detail message.


ParseException

public ParseException(java.lang.String s)
Constructor with the specified detail message.

Parameters:
s - the detail message


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved