Package it.unimi.dsi.sux4j.io
Class BucketedHashStore.DuplicateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unimi.dsi.sux4j.io.BucketedHashStore.DuplicateException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BucketedHashStore<T>
public static class BucketedHashStore.DuplicateException extends java.lang.RuntimeException
Denotes that the bucketed hash store contains a duplicate signature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateException()
-