Uses of Class
org.apache.poi.hpsf.UnsupportedVariantTypeException
-
Packages that use UnsupportedVariantTypeException Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of UnsupportedVariantTypeException in org.apache.poi.hpsf
Subclasses of UnsupportedVariantTypeException in org.apache.poi.hpsf Modifier and Type Class Description classReadingNotSupportedExceptionThis exception is thrown when HPSF tries to read a (yet) unsupported variant type.classWritingNotSupportedExceptionThis exception is thrown when trying to write a (yet) unsupported variant type.Methods in org.apache.poi.hpsf with parameters of type UnsupportedVariantTypeException Modifier and Type Method Description protected static voidVariantSupport. writeUnsupportedTypeMessage(UnsupportedVariantTypeException ex)Writes a warning toSystem.errthat a variant type is unsupported by HPSF.
-