Uses of Class
org.apache.poi.hpsf.VariantTypeException
-
Packages that use VariantTypeException Package Description org.apache.poi.hpsf -
-
Uses of VariantTypeException in org.apache.poi.hpsf
Subclasses of VariantTypeException in org.apache.poi.hpsf Modifier and Type Class Description 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.
-