Class UnresolvedNamesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldguard.protection.util.UnresolvedNamesException
All Implemented Interfaces:
Serializable

public class UnresolvedNamesException extends Exception
Thrown when there are unresolved names.
See Also:
  • Constructor Details

    • UnresolvedNamesException

      public UnresolvedNamesException()
    • UnresolvedNamesException

      public UnresolvedNamesException(String message)
    • UnresolvedNamesException

      public UnresolvedNamesException(String message, Throwable cause)
    • UnresolvedNamesException

      public UnresolvedNamesException(Throwable cause)