| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
emolib.wsd.simlib.WordNotFoundException
public class WordNotFoundException
Title: Java WordNet Similarity
Description: Assesses the semantic similarity between a pair of words as described in Seco, N., Veale, T., Hayes, J. (2004) "An Intrinsic Information Content Metric for Semantic Similarity in WordNet". In Proceedings of the European Conference of Artificial Intelligence
When a lookup for word not contained in the dictionary is issued an exception of this type is thrown.
Copyright: Nuno Seco Copyright (c) 2004
| Constructor Summary | |
|---|---|
| WordNotFoundException(java.lang.String err)The constructor. | |
| 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 | 
|---|
public WordNotFoundException(java.lang.String err)
err - String The error message that is to be shown
 with the exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||