Top Description Fields Constructors Methods
org.apache.avro

public Class UnresolvedUnionException

extends AvroRuntimeException
Class Inheritance

Thrown when the expected contents of a union cannot be resolved.

Field Summary

Modifier and TypeField and Description
private Schema
private Object

Constructor Summary

AccessConstructor and Description
public
UnresolvedUnionException(Schema unionSchema, Object unresolvedDatum)

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

Method Summary

Modifier and TypeMethod and Description
public Schema
public Object

Field Detail

unionSchemaback to summary
private Schema unionSchema
unresolvedDatumback to summary
private Object unresolvedDatum

Constructor Detail

UnresolvedUnionExceptionback to summary
public UnresolvedUnionException(Schema unionSchema, Object unresolvedDatum)
UnresolvedUnionExceptionback to summary
public UnresolvedUnionException(Schema unionSchema, Schema.Field field, Object unresolvedDatum)

Method Detail

getUnionSchemaback to summary
public Schema getUnionSchema()
getUnresolvedDatumback to summary
public Object getUnresolvedDatum()