Uses of Interface
org.apache.avro.data.ErrorBuilder
Package
Description
Interfaces and base classes shared by generic, specific and reflect.
Generate specific Java classes for schemas and protocols.
-
Uses of ErrorBuilder in org.apache.avro.data
Modifier and TypeMethodDescriptionErrorBuilder.clearCause()
Clears the causeErrorBuilder.clearValue()
Clears the valueSets the error causeSets the value -
Uses of ErrorBuilder in org.apache.avro.specific
Modifier and TypeClassDescriptionclass
SpecificErrorBuilderBase<T extends SpecificExceptionBase>
Abstract base class for specific ErrorBuilder implementations.