Class CommandPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.stellardrift.permissionsex.minecraft.command.CommandException
-
- ca.stellardrift.permissionsex.minecraft.command.CommandPermissionException
-
- All Implemented Interfaces:
Serializable,net.kyori.adventure.util.ComponentMessageThrowable
public final class CommandPermissionException extends CommandException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandPermissionException(String checkedPermission)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcheckedPermission()-
Methods inherited from class ca.stellardrift.permissionsex.minecraft.command.CommandException
componentMessage, getLocalizedMessage, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandPermissionException
public CommandPermissionException(String checkedPermission)
-
-
Method Detail
-
checkedPermission
public String checkedPermission()
-
-