de.kosi
Class ComputerPlayerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--de.kosi.ComputerPlayerException
- All Implemented Interfaces:
- java.io.Serializable
- public class ComputerPlayerException
- extends java.lang.Exception
This exception is needed for the server/computer-player interface.
ChangeLog:
$Log: ComputerPlayerException.java,v $
Revision 1.2 2001/08/21 14:15:21 betacarotine
the computer player should be startable from the table now, but is not
automatically removed from memory...
Revision 1.1 2001/08/21 11:23:45 betacarotine
continued implementing the computer player integration
- Version:
- $Revision: 1.2 $ ($Date: 2001/08/21 14:15:21 $)
- Author:
- PG KoSI, Fachbereich Informatik, Universitaet Oldenburg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
START_FAILED
public static final int START_FAILED
DOES_NOT_EXIST
public static final int DOES_NOT_EXIST
MESSAGES
public static final java.lang.String[] MESSAGES
ComputerPlayerException
public ComputerPlayerException(int type)
getType
public int getType()