Uses of Class
org.apache.poi.hpsf.UnsupportedVariantTypeException
Packages that use UnsupportedVariantTypeException
-
Uses of UnsupportedVariantTypeException in org.apache.poi.hpsf
Subclasses of UnsupportedVariantTypeException in org.apache.poi.hpsfModifier and TypeClassDescriptionclass
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.class
This exception is thrown when trying to write a (yet) unsupported variant type.Methods in org.apache.poi.hpsf with parameters of type UnsupportedVariantTypeExceptionModifier and TypeMethodDescriptionprotected static void
VariantSupport.writeUnsupportedTypeMessage
(UnsupportedVariantTypeException ex) Writes a warning toSystem.err
that a variant type is unsupported by HPSF.