Class BytesRefHash.MaxBytesLengthExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.util.BytesRefHash.MaxBytesLengthExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
BytesRefHash

public static class BytesRefHash.MaxBytesLengthExceededException extends RuntimeException
Thrown if a BytesRef exceeds the BytesRefHash limit of ByteBlockPool.BYTE_BLOCK_SIZE-2.
See Also: