Class AvroMissingFieldException

All Implemented Interfaces:
Serializable

public class AvroMissingFieldException extends AvroRuntimeException
Avro exception in case of missing fields.
See Also:
  • Constructor Details

    • AvroMissingFieldException

      public AvroMissingFieldException(String message, Schema.Field field)
  • Method Details