Uses of Class
org.apache.poi.hpsf.HPSFRuntimeException
-
Packages that use HPSFRuntimeException Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of HPSFRuntimeException in org.apache.poi.hpsf
Subclasses of HPSFRuntimeException in org.apache.poi.hpsf Modifier and Type Class Description class
IllegalPropertySetDataException
This exception is thrown when there is an illegal value set in aPropertySet
.class
MissingSectionException
This exception is thrown if one of thePropertySet
's convenience methods does not find a requiredSection
.class
NoFormatIDException
This exception is thrown if aPropertySet
is to be written but does not have a formatID set (seeSection.setFormatID(ClassID)
orSection.setFormatID(byte[])
.class
NoSingleSectionException
This exception is thrown if one of thePropertySet
's convenience methods that require a singleSection
is called and thePropertySet
does not contain exactly oneSection
.
-