public static class AllocationFreeList.PreviouslyRegisteredElementException extends RuntimeException
| Constructor and Description |
|---|
PreviouslyRegisteredElementException(String message)
Code that can allocate can make up an exception instance with a more detailed message.
|
| Modifier and Type | Method and Description |
|---|---|
static AllocationFreeList.PreviouslyRegisteredElementException |
getPreallocatedInstance()
Throw the previously allocated exception from allocation-free code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreviouslyRegisteredElementException(String message)
public static AllocationFreeList.PreviouslyRegisteredElementException getPreallocatedInstance()