Package com.codingame.gameengine.core
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
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()
-