Package it.unimi.dsi.sux4j.io
Class ChunkedHashStore.DuplicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.unimi.dsi.sux4j.io.ChunkedHashStore.DuplicateException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChunkedHashStore<T>
Denotes that the chunked hash store contains a duplicate hash triple.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateException
public DuplicateException()
-