public class ProcessIntegrationException extends IntegrationException
Process
or Package
into a RuleBase
.RuleBase#addProcess
,
RuleBase.addPackage(org.drools.core.rule.Package)
,
Serialized FormConstructor and Description |
---|
ProcessIntegrationException(org.kie.api.definition.process.Process process) |
ProcessIntegrationException(org.kie.api.definition.process.Process process,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.definition.process.Process |
getProcess()
Retrieve the
Rule . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessIntegrationException(org.kie.api.definition.process.Process process)
process
- The offending process.Exception.Exception()
public ProcessIntegrationException(org.kie.api.definition.process.Process process, Throwable cause)
rule
- The offending rule.Exception.Exception(Throwable cause)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.