All Packages Class Hierarchy This Package Previous Next Index
Class scrobble.IllegalWordException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----scrobble.IllegalWordException
- public class IllegalWordException
- extends Exception
The IllegalWordException is thrown when a word tries to be put on the board according to an invalid position.
-
IllegalWordException()
- Creates a new IllegalWordException
-
IllegalWordException(String)
-
IllegalWordException
public IllegalWordException()
- Creates a new IllegalWordException
IllegalWordException
public IllegalWordException(String s)
All Packages Class Hierarchy This Package Previous Next Index