Class AbstractPlayer.TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingame.gameengine.core.AbstractPlayer.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractPlayer

public static class AbstractPlayer.TimeoutException extends Exception
An Exception thrown by getOutputs() when the player's AI did not respond in time after an execute().

You can change the timeout value with GameManager's setTurnMaxTime method.

See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()