Uses of Class
org.apache.poi.hpsf.HPSFRuntimeException
Packages that use HPSFRuntimeException
-
Uses of HPSFRuntimeException in org.apache.poi.hpsf
Subclasses of HPSFRuntimeException in org.apache.poi.hpsfModifier and TypeClassDescriptionclass
This exception is thrown when there is an illegal value set in aPropertySet
.class
This exception is thrown if one of thePropertySet
's convenience methods does not find a requiredSection
.class
This exception is thrown if aPropertySet
is to be written but does not have a formatID set (seeSection.setFormatID(ClassID)
orSection.setFormatID(byte[])
.class
This exception is thrown if one of thePropertySet
's convenience methods that require a singleSection
is called and thePropertySet
does not contain exactly oneSection
.