Uses of Class
org.apache.poi.hpsf.VariantTypeException
-
Packages that use VariantTypeException Package Description 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 Modifier and Type Class Description classIllegalVariantTypeExceptionThis exception is thrown if HPSF encounters a variant type that is illegal in the current context.classReadingNotSupportedExceptionThis exception is thrown when HPSF tries to read a (yet) unsupported variant type.classUnsupportedVariantTypeExceptionThis exception is thrown if HPSF encounters a variant type that isn't supported yet.classWritingNotSupportedExceptionThis exception is thrown when trying to write a (yet) unsupported variant type.
-