Package org.apache.avro
Class AvroRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.AvroRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AvroMissingFieldException
,AvroTypeException
,BadHeaderException
,MissingSchemaException
,SchemaBuilderException
,SchemaParseException
,SystemLimitException
,UnresolvedUnionException
Base Avro exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionAvroRuntimeException
(String message) AvroRuntimeException
(String message, Throwable cause) AvroRuntimeException
(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
-
AvroRuntimeException
-
AvroRuntimeException
-
AvroRuntimeException
-