Game of Life 1.5

org.bitstorm.gameoflife
Class ShapeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bitstorm.gameoflife.ShapeException
All Implemented Interfaces:
java.io.Serializable

public class ShapeException
extends java.lang.Exception

Exception for shapes (too big, not found...).

Author:
Edwin Martin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ShapeException()
          Constructs a ShapeException.
ShapeException(java.lang.String s)
          Constructs a ShapeException with a description.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShapeException

public ShapeException()
Constructs a ShapeException.


ShapeException

public ShapeException(java.lang.String s)
Constructs a ShapeException with a description.


Game of Life 1.5

This API descibes the Game of Life program, written by Edwin Martin. The source code is available online too.

Copyright 1996-2004 Edwin Martin <edwin@bitstorm.org>.