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

Class w3c.mime.MIMETypeFormatException

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

public class MIMETypeFormatException
extends Exception
This exception signals an invalid MIME type. MIMEType wasn't able to parse the given string into a MIMEType object.
See Also:
MIMEType

Variable Index

 o spec

Constructor Index

 o MIMETypeFormatException(String)

Variables

 o spec
  public String spec

Constructors

 o MIMETypeFormatException
  public MIMETypeFormatException(String spec)

All Packages  Class Hierarchy  This Package  Previous  Next  Index