soccerclient.brain
Class StateException

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

public class StateException
extends java.lang.Exception

StateException is thrown in some Player methods when state changes during game

Author:
Jan Kaestle
See Also:
Serialized Form

Constructor Summary
StateException()
           
 
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

StateException

public StateException()
Method Detail

getMessage

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