Uses of Class
org.apache.poi.hpsf.UnsupportedVariantTypeException

Packages that use UnsupportedVariantTypeException
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
 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 org.apache.poi.hpsf with parameters of type UnsupportedVariantTypeException
protected static void VariantSupport.writeUnsupportedTypeMessage(UnsupportedVariantTypeException ex)
          Writes a warning to System.err that a variant type is unsupported by HPSF.
 

Methods in org.apache.poi.hpsf that throw UnsupportedVariantTypeException
static void TypeWriter.writeToStream(java.io.OutputStream out, Property[] properties, int codepage)
          Writes an array of Property instances to an output stream according to the Horrible Property Stream Format.
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.