public class UnresolvedUnionException extends AvroRuntimeException
| Constructor and Description | 
|---|
| UnresolvedUnionException(Schema unionSchema,
                        Object unresolvedDatum) | 
| UnresolvedUnionException(Schema unionSchema,
                        Schema.Field field,
                        Object unresolvedDatum) | 
| Modifier and Type | Method and Description | 
|---|---|
| Schema | getUnionSchema() | 
| Object | getUnresolvedDatum() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolvedUnionException(Schema unionSchema, Object unresolvedDatum)
public UnresolvedUnionException(Schema unionSchema, Schema.Field field, Object unresolvedDatum)
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.