Uses of Class
org.apache.poi.hssf.eventusermodel.HSSFUserException

Packages that use HSSFUserException
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
 

Uses of HSSFUserException in org.apache.poi.hssf.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel that throw HSSFUserException
 short HSSFEventFactory.abortableProcessEvents(HSSFRequest req, java.io.InputStream in)
          Processes a DocumentInputStream into essentially Record events.
abstract  short AbortableHSSFListener.abortableProcessRecord(Record record)
          Process an HSSF Record.
 short HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)
          Processes a file into essentially record events.
protected  short HSSFEventFactory.genericProcessEvents(HSSFRequest req, RecordInputStream in)
          Processes a DocumentInputStream into essentially Record events.
protected  short HSSFRequest.processRecord(Record rec)
          Called by HSSFEventFactory, passes the Record to each listener associated with a record.sid.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.