fishPond
Class IllegalPondSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fishPond.IllegalPondSizeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPondSizeException
extends java.lang.RuntimeException

Thrown when someone tries to construct a Pond that is just too small!

Author:
Fawzi Emad
See Also:
Serialized Form

Constructor Summary
IllegalPondSizeException(int rows, int cols)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPondSizeException

public IllegalPondSizeException(int rows,
                                int cols)
Parameters:
rows - number of rows attempted
cols - number of columns attempted


Web Accessibility