Class UnusedSelectorException

All Implemented Interfaces:
Serializable

public class UnusedSelectorException extends InstancioApiException
Exception triggered as a result of unused selectors.
Since:
1.3.3
See Also:
  • Constructor Details

    • UnusedSelectorException

      public UnusedSelectorException(String message, Map<org.instancio.internal.ApiMethodSelector,List<TargetSelector>> unusedSelectorMap)
  • Method Details

    • getUnusedSelectorMap

      public Map<org.instancio.internal.ApiMethodSelector,List<TargetSelector>> getUnusedSelectorMap()