Class RegionNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ml.karmaconfigs.api.bukkit.region.error.RegionNotFound
All Implemented Interfaces:
Serializable

public class RegionNotFound extends RuntimeException
This exception is thrown when a KarmaRegion is tried to be loaded using region ID but the region ID does not exist
See Also:
Serialized Form
  • Constructor Details

    • RegionNotFound

      public RegionNotFound(KarmaPlugin owner, String region, String reason)
      Region not found error
      Parameters:
      owner - the region owner
      region - the region token
      reason - the reason of the exception