Uses of Class
jakarta.activation.MimeTypeParseException
Packages that use MimeTypeParseException
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of MimeTypeParseException in jakarta.activation
Methods in jakarta.activation that throw MimeTypeParseExceptionModifier and TypeMethodDescriptionbooleanDetermine if the primary and sub type of this object is the same as the content type described in rawdata.protected voidA routine for parsing the parameter list out of a String.voidMimeType.setPrimaryType(String primary) Set the primary type for this object to the given String.voidMimeType.setSubType(String sub) Set the subtype for this object to the given String.Constructors in jakarta.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.