com.swabunga.spell.event
Class WordNotFoundException

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

public class WordNotFoundException
extends java.lang.RuntimeException

See Also:
Serialized Form

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