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.


Constructor Index

 o IllegalWordException()
Creates a new IllegalWordException
 o IllegalWordException(String)

Constructors

 o IllegalWordException
 public IllegalWordException()
Creates a new IllegalWordException

 o IllegalWordException
 public IllegalWordException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index