|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorBuilder<T>
Interface for error builders
Method Summary | |
---|---|
ErrorBuilder<T> |
clearCause()
Clears the cause |
ErrorBuilder<T> |
clearValue()
Clears the value |
Throwable |
getCause()
Gets the error cause |
Object |
getValue()
Gets the value |
boolean |
hasCause()
Checks whether the cause has been set |
boolean |
hasValue()
Checks whether the value has been set |
ErrorBuilder<T> |
setCause(Throwable cause)
Sets the error cause |
ErrorBuilder<T> |
setValue(Object value)
Sets the value |
Methods inherited from interface org.apache.avro.data.RecordBuilder |
---|
build |
Method Detail |
---|
Object getValue()
ErrorBuilder<T> setValue(Object value)
boolean hasValue()
ErrorBuilder<T> clearValue()
Throwable getCause()
ErrorBuilder<T> setCause(Throwable cause)
boolean hasCause()
ErrorBuilder<T> clearCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |