puzzled.grid
Class InvalidGridException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--puzzled.grid.InvalidGridException
All Implemented Interfaces:
java.io.Serializable

public class InvalidGridException
extends java.lang.Exception

Used to signal that the grid file is invalid, that is cannot be casted into a Grid object.

Version:
1.0, 3 February 1999
Author:
Frederic Demers
See Also:
Serialized Form

Constructor Summary
InvalidGridException()
          Calls the superclass constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidGridException

public InvalidGridException()
Calls the superclass constructor.
Parameters:
s - Message describing the exception.