Java Platform 1.2
Beta 4

Uses of Class
java.util.mime.MimeTypeParseException

Packages that use MimeTypeParseException
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
 

Uses of MimeTypeParseException in java.awt.datatransfer
 

Methods in java.awt.datatransfer that throw MimeTypeParseException
static DataFlavor SystemFlavorMap.decodeDataFlavor(String atom)
           
 

Constructors in java.awt.datatransfer that throw MimeTypeParseException
DataFlavor.DataFlavor(String mimeType)
          construct a DataFlavor from a Mime Type string.
 

Uses of MimeTypeParseException in java.util.mime
 

Methods in java.util.mime that throw MimeTypeParseException
protected  void MimeTypeParameterList.parse(String rawdata)
          A routine for parsing the parameter list out of a String.
 boolean MimeType.match(String rawdata)
          Determine of the primary and sub type of this object is the same as the content type described in rawdata.
 

Constructors in java.util.mime that throw MimeTypeParseException
MimeTypeParameterList.MimeTypeParameterList(String rawdata)
           
MimeType.MimeType(String rawdata)
          Constructor that builds a MimeType from a String.
MimeType.MimeType(String primary, String sub)
          Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
MimeType.MimeType(String primary, String sub, MimeTypeParameterList mtpl)
          Constructor used to initialize MimeType, with a pre-defined and valid (or empty) parameter list.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.