soccerclient.brain
Class PlayModeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--soccerclient.brain.PlayModeException
All Implemented Interfaces:
java.io.Serializable

public class PlayModeException
extends java.lang.Exception

PlayModeException is thrown in some Player methods when play mode changes during game

Author:
Jan Kästle
See Also:
Serialized Form

Constructor Summary
PlayModeException()
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayModeException

public PlayModeException()
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable