it.unimi.dsi.sux4j.io
Class ChunkedHashStore.DuplicateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.unimi.dsi.sux4j.io.ChunkedHashStore.DuplicateException
All Implemented Interfaces:
Serializable
Enclosing class:
ChunkedHashStore<T>

public static class ChunkedHashStore.DuplicateException
extends RuntimeException

Denotes that the chunked hash store contains a duplicate hash triple.

See Also:
Serialized Form

Constructor Summary
ChunkedHashStore.DuplicateException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkedHashStore.DuplicateException

public ChunkedHashStore.DuplicateException()