Package org.apache.avro
Class SchemaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avro.SchemaValidationException
- All Implemented Interfaces:
Serializable
Thrown when
SchemaValidator
fails to validate a schema.- See Also:
-
Constructor Summary
ConstructorDescriptionSchemaValidationException
(Schema reader, Schema writer) SchemaValidationException
(Schema reader, Schema writer, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaValidationException
-
SchemaValidationException
-