public class InvalidNullByteException extends RuntimeException
FrameWriterUtils.copyByteBufferToMemory(java.nio.ByteBuffer, org.apache.datasketches.memory.WritableMemory, long, int, boolean) if configured to check for null bytes
and a null byte is encountered.| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidNullByteException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidNullByteException.Builder |
builder() |
static InvalidNullByteException.Builder |
builder(InvalidNullByteException invalidNullByteException) |
String |
getColumn() |
Integer |
getPosition() |
Integer |
getRowNumber() |
String |
getSource() |
String |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static InvalidNullByteException.Builder builder()
public static InvalidNullByteException.Builder builder(InvalidNullByteException invalidNullByteException)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.