edu.stanford.nlp.util
Class HashableCoreMap.HashableCoreMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.stanford.nlp.util.HashableCoreMap.HashableCoreMapException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HashableCoreMap

public static class HashableCoreMap.HashableCoreMapException
extends java.lang.RuntimeException

An exception thrown when attempting to change the value associated with an (immutable) hash key in a HashableCoreMap.

Author:
dramage
See Also:
Serialized Form

Constructor Summary
HashableCoreMap.HashableCoreMapException(java.lang.String message)
           
 
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

HashableCoreMap.HashableCoreMapException

public HashableCoreMap.HashableCoreMapException(java.lang.String message)


Stanford NLP Group