com.swabunga.spell.event
Class WordNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.swabunga.spell.event.WordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class WordNotFoundException
extends java.lang.RuntimeException

An exception to indicate that there not enough words as expected.

See Also:
Serialized Form

Constructor Summary
WordNotFoundException()
          Creates a new WordNotFoundException object.
WordNotFoundException(java.lang.String s)
          Creates a new WordNotFoundException object.
 
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()
Creates a new WordNotFoundException object.


WordNotFoundException

public WordNotFoundException(java.lang.String s)
Creates a new WordNotFoundException object.

Parameters:
s - a message.