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
public class InvalidNullByteException extends RuntimeException
Exception thrown byFrameWriterUtils.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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvalidNullByteException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidNullByteException.Builderbuilder()static InvalidNullByteException.Builderbuilder(InvalidNullByteException invalidNullByteException)StringgetColumn()IntegergetPosition()IntegergetRowNumber()StringgetSource()StringgetValue()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
builder
public static InvalidNullByteException.Builder builder()
-
builder
public static InvalidNullByteException.Builder builder(InvalidNullByteException invalidNullByteException)
-
-