Package org.apache.avro
Class AvroTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.AvroRuntimeException
org.apache.avro.AvroTypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TracingAvroTypeException
Thrown when an illegal type is used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAvroTypeException
(String message) AvroTypeException
(String message, 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
-
AvroTypeException
-
AvroTypeException
-