Uses of Class
org.kie.internal.runtime.error.ExecutionErrorContext
-
Packages that use ExecutionErrorContext Package Description org.kie.internal.runtime.error -
-
Uses of ExecutionErrorContext in org.kie.internal.runtime.error
Methods in org.kie.internal.runtime.error with parameters of type ExecutionErrorContext Modifier and Type Method Description boolean
ExecutionErrorFilter. accept(ExecutionErrorContext errorContext)
ExecutionError
ExecutionErrorFilter. filter(ExecutionErrorContext errorContext)
Based on the cause filters the actual error and produces ExecutionError instance if applicable for given filter.
-