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 classIllegalPropertySetDataExceptionThis exception is thrown when there is an illegal value set in aPropertySet.classMissingSectionExceptionThis exception is thrown if one of thePropertySet's convenience methods does not find a requiredSection.classNoFormatIDExceptionThis exception is thrown if aPropertySetis to be written but does not have a formatID set (seeSection.setFormatID(ClassID)orSection.setFormatID(byte[]).classNoSingleSectionExceptionThis exception is thrown if one of thePropertySet's convenience methods that require a singleSectionis called and thePropertySetdoes not contain exactly oneSection.
-