Java Access to WordNet

danbikel.wordnet
Class WNIndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--danbikel.wordnet.WNIndexException
All Implemented Interfaces:
Serializable

public class WNIndexException
extends Exception

An (as yet) unused class to represent parse errors encountered during the constructed of WNIndexEntry objects.

See Also:
Serialized Form

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
 


Java Access to WordNet

Author: Dan Bikel