Class MissingWorldException

All Implemented Interfaces:
Serializable

public class MissingWorldException extends ChunkStoreException
Thrown if the world is missing.
See Also:
  • Constructor Details

    • MissingWorldException

      public MissingWorldException()
    • MissingWorldException

      public MissingWorldException(String worldName)
    • MissingWorldException

      public MissingWorldException(String msg, String worldName)
  • Method Details

    • getWorldName

      @Nullable public String getWorldName()
      Get name of the world in question. May be null if unknown.
      Returns:
      the world name