Class InvalidMatcherConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.xun.lib.common.api.exceptions.InvalidMatcherConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when invalid configuration combinations are detected in a
FuzzyMatcher. Typically, indicates conflicting matching rules that
cannot be resolved automatically.
Common Causes
- Combining tag requirements with custom predicate rules
- Using attribute ignoring (durability/enchantments) with custom rules
- Conflicting component filter modes (whitelist + blacklist)
- 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
-
InvalidMatcherConfigurationException
-