emolib.wsd.simlib
Class WordNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by emolib.wsd.simlib.WordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class WordNotFoundException
extends java.lang.Exception

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

Version:
1.0
Author:
Nuno Seco
See Also:
Serialized Form

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

WordNotFoundException

public WordNotFoundException(java.lang.String err)
The constructor.

Parameters:
err - String The error message that is to be shown with the exception.