Package org.apache.avro.data
Interface ErrorBuilder<T>
- All Superinterfaces:
RecordBuilder<T>
- All Known Implementing Classes:
SpecificErrorBuilderBase
Interface for error builders
-
Method Summary
Methods inherited from interface org.apache.avro.data.RecordBuilder
build
-
Method Details
-
getValue
Object getValue()Gets the value -
setValue
Sets the value -
hasValue
boolean hasValue()Checks whether the value has been set -
clearValue
ErrorBuilder<T> clearValue()Clears the value -
getCause
Throwable getCause()Gets the error cause -
setCause
Sets the error cause -
hasCause
boolean hasCause()Checks whether the cause has been set -
clearCause
ErrorBuilder<T> clearCause()Clears the cause
-