org.rutil.collection.trie
Class KeyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rutil.collection.trie.KeyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class KeyNotFoundException
extends java.lang.RuntimeException

Author:
mohan
See Also:
Serialized Form

Constructor Summary
KeyNotFoundException()
           
KeyNotFoundException(java.lang.String message)
           
KeyNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
KeyNotFoundException(java.lang.Throwable cause)
           
 
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

KeyNotFoundException

public KeyNotFoundException()

KeyNotFoundException

public KeyNotFoundException(java.lang.String message)

KeyNotFoundException

public KeyNotFoundException(java.lang.String message,
                            java.lang.Throwable cause)

KeyNotFoundException

public KeyNotFoundException(java.lang.Throwable cause)