public abstract class UnsupportedVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that isn't
supported yet. Although a variant type is unsupported the value can still be
retrieved using the VariantTypeException.getValue()
method.
Obviously this class should disappear some day.
Constructor and Description |
---|
UnsupportedVariantTypeException(long variantType,
java.lang.Object value)
Constructor.
|
getValue, getVariantType
getReason
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.