Uses of Class
javax.activation.MimeTypeParseException

Uses of MimeTypeParseException in javax.activation
 

Methods in javax.activation that throw MimeTypeParseException
protected  void MimeTypeParameterList.parse(String parameterList)
           
 void MimeType.setPrimaryType(String primary)
           
 void MimeType.setSubType(String sub)
           
 boolean MimeType.match(String rawdata)
           
 

Constructors in javax.activation that throw MimeTypeParseException
MimeTypeParameterList(String parameterList)
           
MimeType(String rawdata)
           
MimeType(String primary, String sub)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.