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

Packages that use VariantTypeException
org.apache.poi.hpsf
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. 
 

Uses of VariantTypeException in org.apache.poi.hpsf
 

Subclasses of VariantTypeException in org.apache.poi.hpsf
 class IllegalVariantTypeException
          This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
 class ReadingNotSupportedException
          This exception is thrown when HPSF tries to read a (yet) unsupported variant type.
 class UnsupportedVariantTypeException
          This exception is thrown if HPSF encounters a variant type that isn't supported yet.
 class WritingNotSupportedException
          This exception is thrown when trying to write a (yet) unsupported variant type.
 



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