Uses of Class
org.apache.nutch.parse.ParseException

Packages that use ParseException
org.apache.nutch.parse   
 

Uses of ParseException in org.apache.nutch.parse
 

Subclasses of ParseException in org.apache.nutch.parse
 class ParserNotFound
           
 

Methods in org.apache.nutch.parse that throw ParseException
 Parse ParseUtil.parse(Content content)
          Performs a parse by iterating through a List of preferred Parsers until a successful parse is performed and a Parse object is returned.
 Parse ParseUtil.parseByExtensionId(String extId, Content content)
          Method parses a Content object using the Parser specified by the parameter extId, i.e., the Parser's extension ID.
 



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