Drools :: Core 6.0.0.Beta5

Uses of Class
org.drools.core.spi.ConsequenceException

Packages that use ConsequenceException
org.drools.core.common   
org.drools.core.spi   
 

Uses of ConsequenceException in org.drools.core.common
 

Methods in org.drools.core.common that throw ConsequenceException
 void DefaultAgenda.fireActivation(Activation activation)
          Fire this item.
 void InternalAgenda.fireActivation(Activation activation)
           
 int DefaultAgenda.fireNextItem(AgendaFilter filter, int fireCount, int fireLimit)
          Fire the next scheduled Agenda item, skipping items that are not allowed by the agenda filter.
 int InternalAgenda.fireNextItem(AgendaFilter filter, int fireCount, int fireLimit)
           
 boolean DefaultAgenda.fireTimedActivation(Activation activation, boolean saveForLater)
           
 boolean InternalAgenda.fireTimedActivation(Activation activation, boolean saveForLater)
           
 

Uses of ConsequenceException in org.drools.core.spi
 

Methods in org.drools.core.spi with parameters of type ConsequenceException
 void AsyncExceptionHandler.handleException(WorkingMemory workingMemory, ConsequenceException exception)
           
 


Drools :: Core 6.0.0.Beta5

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