Package org.instancio.exception
Class UnusedSelectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.instancio.exception.InstancioException
org.instancio.exception.InstancioTerminatingException
org.instancio.exception.InstancioApiException
org.instancio.exception.UnusedSelectorException
- All Implemented Interfaces:
Serializable
Exception triggered as a result of unused selectors.
- Since:
- 1.3.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnusedSelectorException(String message, Map<org.instancio.internal.ApiMethodSelector, List<TargetSelector>> unusedSelectorMap) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.instancio.internal.ApiMethodSelector, List<TargetSelector>> Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnusedSelectorException
public UnusedSelectorException(String message, Map<org.instancio.internal.ApiMethodSelector, List<TargetSelector>> unusedSelectorMap)
-
-
Method Details
-
getUnusedSelectorMap
-