Class IllegalVariantTypeException

All Implemented Interfaces:
Serializable

public class IllegalVariantTypeException extends VariantTypeException

This exception is thrown if HPSF encounters a variant type that is illegal in the current context.

See Also:
  • Constructor Details

    • IllegalVariantTypeException

      public IllegalVariantTypeException(long variantType, Object value, String msg)

      Constructor

      Parameters:
      variantType - The unsupported variant type
      value - The value
      msg - A message string
    • IllegalVariantTypeException

      public IllegalVariantTypeException(long variantType, Object value)

      Constructor

      Parameters:
      variantType - The unsupported variant type
      value - The value