org.apache.avro.file
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataFileWriter.AppendWriteException
public DataFileWriter.AppendWriteException(Exception e)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.