Package org.apache.druid.frame.write
Class InvalidNullByteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.frame.write.InvalidNullByteException
- All Implemented Interfaces:
Serializable
Exception thrown by
FrameWriterUtils.copyByteBufferToMemory(java.nio.ByteBuffer, org.apache.datasketches.memory.WritableMemory, long, int, boolean, boolean) if configured to check for null bytes
and a null byte is encountered.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(InvalidNullByteException invalidNullByteException) getValue()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
builder
-
builder
public static InvalidNullByteException.Builder builder(InvalidNullByteException invalidNullByteException) -
getRowNumber
-
getColumn
-
getValue
-
getSource
-
getPosition
-