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

public class InvalidMatcherConfigurationException extends RuntimeException
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 Details

    • InvalidMatcherConfigurationException

      public InvalidMatcherConfigurationException(String message)