Uses of Class
loci.poi.hpsf.UnsupportedVariantTypeException
-
Packages that use UnsupportedVariantTypeException Package Description loci.poi.hpsf -
-
Uses of UnsupportedVariantTypeException in loci.poi.hpsf
Subclasses of UnsupportedVariantTypeException in loci.poi.hpsf Modifier and Type Class Description class
ReadingNotSupportedException
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.class
WritingNotSupportedException
This exception is thrown when trying to write a (yet) unsupported variant type.Methods in loci.poi.hpsf with parameters of type UnsupportedVariantTypeException Modifier and Type Method Description protected static void
VariantSupport. writeUnsupportedTypeMessage(UnsupportedVariantTypeException ex)
Writes a warning toSystem.err
that a variant type is unsupported by HPSF.Methods in loci.poi.hpsf that throw UnsupportedVariantTypeException Modifier and Type Method Description static void
TypeWriter. writeToStream(OutputStream out, Property[] properties, int codepage)
Writes an array ofProperty
instances to an output stream according to the Horrible Property Stream Format.
-