Package com.swabunga.spell.event
Class WordNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description WordNotFoundException()
Creates a new WordNotFoundException object.WordNotFoundException(java.lang.String s)
Creates a new WordNotFoundException object.
-