Module org.apache.lucene.core
Package org.apache.lucene.util.hppc
Class IntIntHashMap.BufferAllocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.lucene.util.hppc.IntIntHashMap.BufferAllocationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- IntIntHashMap
public static class IntIntHashMap.BufferAllocationException extends java.lang.RuntimeException
BufferAllocationException forked from HPPC- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferAllocationException(java.lang.String message)
BufferAllocationException(java.lang.String message, java.lang.Object... args)
BufferAllocationException(java.lang.String message, java.lang.Throwable t, java.lang.Object... args)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
formatMessage(java.lang.String message, java.lang.Throwable t, java.lang.Object... args)
-
-
-
Constructor Detail
-
BufferAllocationException
public BufferAllocationException(java.lang.String message)
-
BufferAllocationException
public BufferAllocationException(java.lang.String message, java.lang.Object... args)
-
BufferAllocationException
public BufferAllocationException(java.lang.String message, java.lang.Throwable t, java.lang.Object... args)
-
-