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 Link icon

    • UnresolvedUnionException Link icon

      public UnresolvedUnionException(Schema unionSchema, Object unresolvedDatum)
    • UnresolvedUnionException Link icon

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

    • getUnresolvedDatum Link icon

      public Object getUnresolvedDatum()
    • getUnionSchema Link icon

      public Schema getUnionSchema()