Uses of Class
org.apache.nutch.util.mime.MimeTypeException

Packages that use MimeTypeException
org.apache.nutch.util.mime   
 

Uses of MimeTypeException in org.apache.nutch.util.mime
 

Methods in org.apache.nutch.util.mime that throw MimeTypeException
static String MimeType.clean(String type)
          Cleans a content-type.
 

Constructors in org.apache.nutch.util.mime that throw MimeTypeException
MimeType(String name)
          Creates a MimeType from a String.
MimeType(String primary, String sub)
          Creates a MimeType with the given primary type and sub type.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.