edu.stanford.nlp.util
Class HashableCoreMap.HashableCoreMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.nlp.util.HashableCoreMap.HashableCoreMapException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HashableCoreMap
public static class HashableCoreMap.HashableCoreMapException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HashableCoreMap.HashableCoreMapException
public HashableCoreMap.HashableCoreMapException(String message)
Stanford NLP Group