Uses of Class
org.apache.avro.AvroRuntimeException
Package
Description
Avro kernel classes.
Interfaces and base classes for AvroPath.
-
Uses of AvroRuntimeException in org.apache.avro
Modifier and TypeClassDescriptionclass
Avro exception in case of missing fields.class
Thrown when an illegal type is used.class
Thrown for errors building schemas.class
Thrown for errors parsing schemas and protocols.class
Thrown to prevent making large allocations when reading potentially pathological input data from an untrusted source.class
Thrown when the expected contents of a union cannot be resolved. -
Uses of AvroRuntimeException in org.apache.avro.message
Modifier and TypeClassDescriptionclass
Exception thrown by aMessageDecoder
when a message header is not recognized.class
Exception thrown by aMessageDecoder
when the message is encoded using an unknownSchema
. -
Uses of AvroRuntimeException in org.apache.avro.path
Modifier and TypeClassDescriptionclass
anAvroTypeException
with extra fields used to trace back the path to a bad value through an object graph