Class InvalidNullByteException

  • All Implemented Interfaces:
    Serializable

    public class InvalidNullByteException
    extends RuntimeException
    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:
    Serialized Form