Class ConnectionErrorEvent

java.lang.Object
dev.robocode.tankroyale.botapi.events.ConnectionErrorEvent
All Implemented Interfaces:
IEvent

public final class ConnectionErrorEvent extends Object
Event occurring when a connection error occurs.
  • Constructor Details

    • ConnectionErrorEvent

      public ConnectionErrorEvent(URI serverUri, Throwable error)
      Initializes a new instance of the ConnectionErrorEvent class.
      Parameters:
      serverUri - is the URI of the server.
      error - is the error.
  • Method Details

    • getError

      public Throwable getError()
      Returns the error.
      Returns:
      The error.
    • getServerUri

      public URI getServerUri()
      Return the URI of the server.
      Returns:
      the URI of the server.