Uses of Class
org.deepfs.fsml.ParserException

Packages that use ParserException
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
org.deepfs.fsml.plugin This package contains (native) plugins for the fsml framework. 
 

Uses of ParserException in org.deepfs.fsml
 

Methods in org.deepfs.fsml that throw ParserException
 void DeepFile.fallback()
          Calls the fallback parser for the associated file to extract text contents.
 IFileParser ParserRegistry.getFallbackParser()
          Gets the fallback parser implementation.
 IFileParser ParserRegistry.getParser(String suffix)
          Gets a parser implementation for given file suffix.
 

Uses of ParserException in org.deepfs.fsml.plugin
 

Constructors in org.deepfs.fsml.plugin that throw ParserException
SpotlightExtractor()
          Constructor.