Package org.apache.avro
Class UnresolvedUnionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.AvroRuntimeException
org.apache.avro.UnresolvedUnionException
- All Implemented Interfaces:
Serializable
Thrown when the expected contents of a union cannot be resolved.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnresolvedUnionException
(Schema unionSchema, Object unresolvedDatum) UnresolvedUnionException
(Schema unionSchema, Schema.Field field, Object unresolvedDatum) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedUnionException
-
UnresolvedUnionException
-
-
Method Details
-
getUnresolvedDatum
-
getUnionSchema
-