Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.yajre.spi
Class NoConditionException  view NoConditionException download NoConditionException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.yajre.DroolsException
                      extended byorg.yajre.spi.RuleConstructionException
                          extended byorg.yajre.spi.InvalidRuleException
                              extended byorg.yajre.spi.NoConditionException
All Implemented Interfaces:
java.io.Serializable

public class NoConditionException
extends InvalidRuleException

Validity exception indicating that a Rule does not contain any Conditions.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.yajre.spi.InvalidRuleException
 
Fields inherited from class org.yajre.DroolsException
 
Fields inherited from class java.lang.IllegalStateException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoConditionException(Rule rule)
          Construct.
 
Methods inherited from class org.yajre.spi.InvalidRuleException
getRule
 
Methods inherited from class org.yajre.DroolsException
equals, getLocalizedMessage, getMessage, getWrapped, hashCode, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoConditionException

public NoConditionException(Rule rule)
Construct.