Class Exceptions.DataHasUnknownFieldException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Exceptions.JsonDataHasUnknownFieldException
    Enclosing class:
    Exceptions

    public static class Exceptions.DataHasUnknownFieldException
    extends IllegalArgumentException
    Input data object has unknown field to the schema of the SchemaAwareStreamWriter. User can either turn on IgnoreUnknownFields option on the SchemaAwareStreamWriter, or if they don't want the error to be ignored, they should recreate the SchemaAwareStreamWriter with the updated table schema.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataHasUnknownFieldException

        public DataHasUnknownFieldException​(String jsonFieldName)
    • Method Detail

      • getFieldName

        public String getFieldName()