Class WritingNotSupportedException

All Implemented Interfaces:
Serializable

public class WritingNotSupportedException extends UnsupportedVariantTypeException

This exception is thrown when trying to write a (yet) unsupported variant type.

See Also:
  • Constructor Details

    • WritingNotSupportedException

      public WritingNotSupportedException(long variantType, Object value)

      Constructor

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