de.kosi.model.game
Class IncompleteTrickException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.kosi.model.game.IncompleteTrickException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteTrickException
extends java.lang.Exception

Thrown if the winner of an incomplete trick is to be determined.

ChangeLog:

 $Log: IncompleteTrickException.java,v $
 Revision 1.1  2001/05/23 13:00:39  betacarotine
 Restructured the implementation of the game interface.


 

Version:
$Revision: 1.1 $ ($Date: 2001/05/23 13:00:39 $)
Author:
Timo, Niklas, Ole
See Also:
Serialized Form

Constructor Summary
IncompleteTrickException()
          Creates a new instance.
 
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
 

Constructor Detail

IncompleteTrickException

public IncompleteTrickException()
Creates a new instance.