All Packages Class Hierarchy This Package Previous Next Index
Class scrobble.LetterNotInRackException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----scrobble.LetterNotInRackException
- public class LetterNotInRackException
- extends Exception
The LetterNotInRackException is thrown when we want to remove
a letter which is not in the Letters of Player.
-
LetterNotInRackException(Letter)
- Creates a new LetterNotInRackException
LetterNotInRackException
public LetterNotInRackException(Letter letter)
- Creates a new LetterNotInRackException
All Packages Class Hierarchy This Package Previous Next Index