edu.lhup.ai
Class StateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.lhup.ai.StateException
All Implemented Interfaces:
Serializable

public class StateException
extends Exception

A custom exception object that will be thrown anytime an attempt is made to place a board into an invalid state.

This software is for educational purposes only.

Author:
Mark Cohen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
StateException(String str)
           
StateException(String str, Throwable t)
           
 
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

StateException

public StateException(String str)

StateException

public StateException(String str,
                      Throwable t)