Class DataFileWriter.AppendWriteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.file.DataFileWriter.AppendWriteException
All Implemented Interfaces:
Serializable
Enclosing class:
DataFileWriter<D>

public static class DataFileWriter.AppendWriteException extends RuntimeException
Thrown by DataFileWriter.append(Object) when an exception occurs while writing a datum to the buffer. When this is thrown, the file is unaltered and may continue to be appended to.
See Also:
  • Constructor Details

    • AppendWriteException

      public AppendWriteException(Exception e)