Class UnsupportedVariantTypeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReadingNotSupportedException, WritingNotSupportedException

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.

See Also:
  • Constructor Details

    • UnsupportedVariantTypeException

      public UnsupportedVariantTypeException(long variantType, Object value)

      Constructor.

      Parameters:
      variantType - The unsupported variant type
      value - The value who's variant type is not yet supported