Package | Description |
---|---|
org.apache.avro.data |
Interfaces and base classes shared by generic, specific and reflect.
|
org.apache.avro.specific |
Generate specific Java classes for schemas and protocols.
|
Modifier and Type | Method and Description |
---|---|
ErrorBuilder<T> |
ErrorBuilder.clearCause()
Clears the cause
|
ErrorBuilder<T> |
ErrorBuilder.clearValue()
Clears the value
|
ErrorBuilder<T> |
ErrorBuilder.setCause(Throwable cause)
Sets the error cause
|
ErrorBuilder<T> |
ErrorBuilder.setValue(Object value)
Sets the value
|
Modifier and Type | Class and Description |
---|---|
class |
SpecificErrorBuilderBase<T extends SpecificExceptionBase>
Abstract base class for specific ErrorBuilder implementations.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.