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
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StateException
public StateException(String str)
StateException
public StateException(String str,
Throwable t)