Uses of Class
org.apache.poi.util.RecordFormatException

Packages that use RecordFormatException
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of RecordFormatException in org.apache.poi.hssf.model
 

Subclasses of RecordFormatException in org.apache.poi.hssf.model
static class InternalSheet.UnsupportedBOFType
           
 

Uses of RecordFormatException in org.apache.poi.hssf.record
 

Subclasses of RecordFormatException in org.apache.poi.hssf.record
 class RecordFormatException
          Title: Record Format Exception Description: Used by records to indicate invalid format/data.
 



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