org.drools
Class ProcessIntegrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.RuntimeDroolsException
                  extended by org.drools.IntegrationException
                      extended by 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

Constructor Summary
ProcessIntegrationException(org.drools.definition.process.Process process)
           
ProcessIntegrationException(org.drools.definition.process.Process process, Throwable cause)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getProcess

public org.drools.definition.process.Process getProcess()
Retrieve the Rule.

Returns:
The rule.


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.