org.eclipse.lifegame.support
Class LifeGameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.lifegame.support.LifeGameException
All Implemented Interfaces:
java.io.Serializable

public class LifeGameException
extends java.lang.Exception

Author:
Espirity Inc.
See Also:
Serialized Form

Constructor Summary
LifeGameException()
           
LifeGameException(java.lang.String errorMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LifeGameException

public LifeGameException()

LifeGameException

public LifeGameException(java.lang.String errorMessage)