public abstract class SpecificExceptionBase extends AvroRemoteException implements SpecificRecord
| Constructor and Description |
|---|
SpecificExceptionBase() |
SpecificExceptionBase(Object value) |
SpecificExceptionBase(Object value,
Throwable cause) |
SpecificExceptionBase(Throwable value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
abstract Object |
get(int field)
Return the value of a field given its position in the schema.
|
abstract Schema |
getSchema()
The schema of this instance.
|
int |
hashCode() |
abstract void |
put(int field,
Object value)
Set the value of a field given its position in the schema.
|
getValueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpecificExceptionBase()
public SpecificExceptionBase(Throwable value)
public SpecificExceptionBase(Object value)
public abstract Schema getSchema()
GenericContainergetSchema in interface GenericContainerpublic abstract Object get(int field)
IndexedRecordThis method is not meant to be called by user code, but only by DatumWriter implementations.
get in interface IndexedRecordpublic abstract void put(int field,
Object value)
IndexedRecordThis method is not meant to be called by user code, but only by DatumReader implementations.
put in interface IndexedRecordCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.