dev.robocode.tankroyale.botapi.internal.InterruptEventHandlerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robocode-tankroyale-bot-api Show documentation
Show all versions of robocode-tankroyale-bot-api Show documentation
Robocode Tank Royale Bot API for Java
The newest version!
package dev.robocode.tankroyale.botapi.internal;
/**
* Exception used for interrupting event handlers.
*/
public class InterruptEventHandlerException extends Error {
}