Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalPropertySetDataException
This exception is thrown when there is an illegal value set in a
PropertySet . |
class |
MissingSectionException
This exception is thrown if one of the
PropertySet 's
convenience methods does not find a required Section . |
class |
NoFormatIDException
This exception is thrown if a
MutablePropertySet is to be written
but does not have a formatID set (see MutableSection.setFormatID(ClassID) or
MutableSection.setFormatID(byte[]) . |
class |
NoSingleSectionException
This exception is thrown if one of the
PropertySet 's
convenience methods that require a single Section is called
and the PropertySet does not contain exactly one Section . |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.