Package com.carrotsearch.hppc
Class BufferAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.carrotsearch.hppc.BufferAllocationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBufferAllocationException
(String message) BufferAllocationException
(String message, Object... args) BufferAllocationException
(String message, Throwable t, Object... args) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
formatMessage
(String message, Throwable t, Object... args) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BufferAllocationException
-
BufferAllocationException
-
BufferAllocationException
-
-
Method Details
-
formatMessage
-