Class UnresolvedUnionException

All Implemented Interfaces:
Serializable

public class UnresolvedUnionException extends AvroRuntimeException
Thrown when the expected contents of a union cannot be resolved.
See Also:
  • Constructor Details

    • UnresolvedUnionException

      public UnresolvedUnionException(Schema unionSchema, Object unresolvedDatum)
    • UnresolvedUnionException

      public UnresolvedUnionException(Schema unionSchema, Schema.Field field, Object unresolvedDatum)
  • Method Details

    • getUnresolvedDatum

      public Object getUnresolvedDatum()
    • getUnionSchema

      public Schema getUnionSchema()