Package robocode.control.events
Class BattleErrorEvent
java.lang.Object
robocode.control.events.BattleEvent
robocode.control.events.BattleErrorEvent
A BattleErrorEvent is sent to
onBattleError()
when an error message is sent from the game in the during the battle.- Since:
- 1.6.2
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBattleErrorEvent
(String error) Called by the game to create a new BattleErrorEvent. -
Method Summary
-
Constructor Details
-
BattleErrorEvent
Called by the game to create a new BattleErrorEvent. Please don't use this constructor as it might change.- Parameters:
error
- the error message from the game.
-
-
Method Details
-
getError
Returns the error message.- Returns:
- the error message that was sent from the game during the battle.
-