org.drools
Class ProcessIntegrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.RuntimeDroolsException
org.drools.IntegrationException
org.drools.ProcessIntegrationException
- All Implemented Interfaces:
- Serializable
public class ProcessIntegrationException
- extends IntegrationException
Indicates an error integrating a Process
or Package
into a RuleBase
.
- Version:
- $Id: RuleIntegrationException.java,v 1.6 2004/09/17 00:14:06
mproctor Exp $
- See Also:
RuleBase#addProcess
,
RuleBase.addPackage(org.drools.rule.Package)
,
Serialized Form
Method Summary |
org.drools.definition.process.Process |
getProcess()
Retrieve the Rule . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessIntegrationException
public ProcessIntegrationException(org.drools.definition.process.Process process)
- Parameters:
process
- The offending process.- See Also:
Exception.Exception()
ProcessIntegrationException
public ProcessIntegrationException(org.drools.definition.process.Process process,
Throwable cause)
- Parameters:
rule
- The offending rule.- See Also:
Exception.Exception(Throwable cause)
getProcess
public org.drools.definition.process.Process getProcess()
- Retrieve the
Rule
.
- Returns:
- The rule.
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.