com.sun.xml.messaging.saaj.packaging.mime.internet
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.messaging.saaj.packaging.mime.MessagingException
              extended by com.sun.xml.messaging.saaj.packaging.mime.internet.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends MessagingException

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

See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructs a ParseException with no detail message.
ParseException(java.lang.String s)
          Constructs a ParseException with the specified detail message.
 
Method Summary
 
Methods inherited from class com.sun.xml.messaging.saaj.packaging.mime.MessagingException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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()
Constructs a ParseException with no detail message.


ParseException

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

Parameters:
s - the detail message