Uses of Class
jakarta.activation.MimeTypeParseException
-
Packages that use MimeTypeParseException Package Description jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of MimeTypeParseException in jakarta.activation
Methods in jakarta.activation that throw MimeTypeParseException Modifier and Type Method Description boolean
MimeType. match(java.lang.String rawdata)
Determine if the primary and sub type of this object is the same as the content type described in rawdata.protected void
MimeTypeParameterList. parse(java.lang.String parameterList)
A routine for parsing the parameter list out of a String.void
MimeType. setPrimaryType(java.lang.String primary)
Set the primary type for this object to the given String.void
MimeType. setSubType(java.lang.String sub)
Set the subtype for this object to the given String.Constructors in jakarta.activation that throw MimeTypeParseException Constructor Description MimeType(java.lang.String rawdata)
Constructor that builds a MimeType from a String.MimeType(java.lang.String primary, java.lang.String sub)
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.MimeTypeParameterList(java.lang.String parameterList)
Constructs a new MimeTypeParameterList with the passed in data.
-