Uses of Class
net.kyori.adventure.text.minimessage.ParsingException
Packages that use ParsingException
Package
Description
MiniMessage, a friendly text format for representing chat components.
Parser.
Tools for resolving tags based on tag information.
-
Uses of ParsingException in net.kyori.adventure.text.minimessage
Methods in net.kyori.adventure.text.minimessage that return ParsingExceptionModifier and TypeMethodDescriptionContext.newException(String message) Create a new parsing exception without reference to a specific location.Context.newException(String message, @Nullable Throwable cause, ArgumentQueue args) Create a new parsing exception.Context.newException(String message, ArgumentQueue tags) Create a new parsing exception. -
Uses of ParsingException in net.kyori.adventure.text.minimessage.internal.parser
Subclasses of ParsingException in net.kyori.adventure.text.minimessage.internal.parserModifier and TypeClassDescriptionclassAn exception that happens while parsing.Methods in net.kyori.adventure.text.minimessage.internal.parser that throw ParsingException -
Uses of ParsingException in net.kyori.adventure.text.minimessage.tag.resolver
Methods in net.kyori.adventure.text.minimessage.tag.resolver that throw ParsingExceptionModifier and TypeMethodDescription@Nullable TagTagResolver.resolve(String name, ArgumentQueue arguments, Context ctx) Gets a tag from this resolver based on the current state.default @Nullable TagTagResolver.WithoutArguments.resolve(String name, ArgumentQueue arguments, Context ctx)