Class TracingAvroTypeException

All Implemented Interfaces:
Serializable, PathTracingException<AvroTypeException>

public class TracingAvroTypeException extends AvroTypeException implements PathTracingException<AvroTypeException>
an AvroTypeException with extra fields used to trace back the path to a bad value through an object graph
See Also:
  • Constructor Details

    • TracingAvroTypeException

      public TracingAvroTypeException(AvroTypeException cause)
  • Method Details