Class w3c.mime.MIMEException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.mime.MIMEException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.mime.MIMEException

public class MIMEException
extends Exception
This exception is the only one that gets thrown by this package.

It is always provided with an informative message. There are mainly two classes of errors that can happen here:

Parsing errors
When the input stream doesn't conform to rfc822 specification.
Header access errors
When you try to access headers that doesn't exit in the given message,
See Also:
MIMEParser, MIMEHeaders

Constructor Index

 o MIMEException()
 o MIMEException(String)

Constructors

 o MIMEException
  public MIMEException(String msg)
 o MIMEException
  public MIMEException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index