Package net.ess3.api

Class InvalidWorldException

All Implemented Interfaces:
Serializable

public class InvalidWorldException extends TranslatableException
Fired when trying to teleport a user to an invalid world. This usually only occurs if a world has been removed from the server and a player tries to teleport to a warp or home in that world.
See Also:
  • Constructor Details

    • InvalidWorldException

      public InvalidWorldException(String world)
  • Method Details

    • getWorld

      public String getWorld()