Class VariantTypeException

    • Constructor Detail

      • VariantTypeException

        public VariantTypeException​(long variantType,
                                    Object value,
                                    String msg)

        Constructor.

        Parameters:
        variantType - The variant type causing the problem
        value - The value who's variant type causes the problem
        msg - A message text describing the problem
    • Method Detail

      • getVariantType

        public long getVariantType()

        Returns the offending variant type.

        Returns:
        the offending variant type.
      • getValue

        public Object getValue()

        Returns the value who's variant type caused the problem.

        Returns:
        the value who's variant type caused the problem