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
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 Summary
ConstructorsConstructorDescriptionRegionNotFound(KarmaPlugin owner, String region, String reason)Region not found error -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegionNotFound
Region not found error- Parameters:
owner- the region ownerregion- the region tokenreason- the reason of the exception
-