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:
    Serialized Form
    • Constructor Detail

      • 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