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.


Constructor Index

 o LetterNotInRackException(Letter)
Creates a new LetterNotInRackException

Constructors

 o LetterNotInRackException
 public LetterNotInRackException(Letter letter)
Creates a new LetterNotInRackException


All Packages  Class Hierarchy  This Package  Previous  Next  Index