Class ConnectionErrorEvent
- java.lang.Object
-
- dev.robocode.tankroyale.botapi.events.ConnectionErrorEvent
-
- All Implemented Interfaces:
IEvent
public final class ConnectionErrorEvent extends java.lang.Object
Event occurring when a connection error occurs.
-
-
Constructor Summary
Constructors Constructor Description ConnectionErrorEvent(java.net.URI serverUri, java.lang.Throwable error)
Initializes a new instance of the ConnectionErrorEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getError()
Returns the error.java.net.URI
getServerUri()
Return the URI of the server.
-