Class PatternParser.PatternParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.stellardrift.permissionsex.minecraft.command.CommandException
-
- ca.stellardrift.permissionsex.minecraft.command.argument.PatternParser.PatternParseException
-
- All Implemented Interfaces:
Serializable,net.kyori.adventure.util.ComponentMessageThrowable
- Enclosing class:
- PatternParser<C>
public static final class PatternParser.PatternParseException extends CommandException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatternParseException(PatternSyntaxException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringerrorDescription()intindex()Stringpattern()-
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
-
PatternParseException
public PatternParseException(PatternSyntaxException ex)
-
-
Method Detail
-
errorDescription
public String errorDescription()
-
index
public int index()
-
-