org.apache.avro.file
Class DataFileWriter.AppendWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DataFileWriter.AppendWriteException(Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFileWriter.AppendWriteException

public DataFileWriter.AppendWriteException(Exception e)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.