Class SpecificErrorBuilderBase<T extends SpecificExceptionBase>

java.lang.Object
org.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificErrorBuilderBase<T>
All Implemented Interfaces:
ErrorBuilder<T>, RecordBuilder<T>

public abstract class SpecificErrorBuilderBase<T extends SpecificExceptionBase> extends RecordBuilderBase<T> implements ErrorBuilder<T>
Abstract base class for specific ErrorBuilder implementations. Not thread-safe.