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:
Serializable
An exception to indicate that there not enough words as expected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new WordNotFoundException object.Creates a new WordNotFoundException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WordNotFoundException
public WordNotFoundException()Creates a new WordNotFoundException object. -
WordNotFoundException
Creates a new WordNotFoundException object.- Parameters:
s
- a message.
-