Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
org.apache.avro.message | |
org.apache.avro.path |
Interfaces and base classes for AvroPath.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroMissingFieldException
Avro exception in case of missing fields.
|
class |
AvroTypeException
Thrown when an illegal type is used.
|
class |
SchemaBuilderException
Thrown for errors building schemas.
|
class |
SchemaParseException
Thrown for errors parsing schemas and protocols.
|
class |
UnresolvedUnionException
Thrown when the expected contents of a union cannot be resolved.
|
Modifier and Type | Class and Description |
---|---|
class |
BadHeaderException
Exception thrown by a
MessageDecoder when a message header is not
recognized. |
class |
MissingSchemaException
Exception thrown by a
MessageDecoder when the message is encoded
using an unknown Schema . |
Modifier and Type | Class and Description |
---|---|
class |
TracingAvroTypeException
an
AvroTypeException with extra fields used to trace back the path to
a bad value through an object graph |
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.