Package org.apache.drill.exec.vector
Class VectorOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.vector.VectorOverflowException
- All Implemented Interfaces:
Serializable
Indicates that an attempt to write to a vector overflowed the vector
bounds: either the limit on values or the size of the buffer backing
the vector. This is an expected exception: code must catch it and
properly handle the partially-written, incomplete last row.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VectorOverflowException
public VectorOverflowException()
-