Uses of Class
javax.activation.MimeTypeParseException
Packages that use MimeTypeParseException
Package
Description
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
-
Uses of MimeTypeParseException in javax.activation
Methods in javax.activation that throw MimeTypeParseExceptionModifier and TypeMethodDescriptionboolean
Determine if the primary and sub type of this object is the same as the content type described in rawdata.private void
A routine for parsing the MIME type out of a String.protected void
A routine for parsing the parameter list out of a String.void
MimeType.setPrimaryType
(String primary) Set the primary type for this object to the given String.void
MimeType.setSubType
(String sub) Set the subtype for this object to the given String.Constructors in javax.activation that throw MimeTypeParseExceptionModifierConstructorDescriptionConstructor that builds a MimeType from a String.Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.MimeTypeParameterList
(String parameterList) Constructs a new MimeTypeParameterList with the passed in data.