Package org.apache.avro.message
Class MissingSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.AvroRuntimeException
org.apache.avro.message.MissingSchemaException
- All Implemented Interfaces:
Serializable
Exception thrown by a
MessageDecoder
when the message is encoded
using an unknown Schema
.
Using a SchemaStore
to provide schemas to the decoder can avoid this
problem.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingSchemaException
-