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:
java.io.Serializable
- Enclosing class:
- ChunkedHashStore<T>
public static class ChunkedHashStore.DuplicateException extends java.lang.RuntimeException
Denotes that the chunked hash store contains a duplicate hash triple.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateException()
-