Class ProtectedRegion.CircularInheritanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldguard.protection.regions.ProtectedRegion.CircularInheritanceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProtectedRegion
Thrown when setting a parent would create a circular inheritance
situation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CircularInheritanceException
public CircularInheritanceException()
-