inonit.domain.game.card.hearts
Class Rules.Illegal

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--inonit.domain.game.card.hearts.Rules.Illegal
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Rules

public static class Rules.Illegal
extends java.lang.Exception

Unsupported.

See Also:
Serialized Form

Constructor Summary
Rules.Illegal(java.lang.String reason)
           
 
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

Rules.Illegal

public Rules.Illegal(java.lang.String reason)