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

Class w3c.mime.MIMEParserException

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

public class MIMEParserException
extends Exception
MIME parsing exception. This exception gets thrown by the MIME parser, when its input stream can't be parsed according to rfc 822.

Constructor Index

 o MIMEParserException(String)

Constructors

 o MIMEParserException
  public MIMEParserException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index