|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.FactException
org.drools.AssertionException
org.drools.spi.ConditionException
org.drools.semantics.java.NonBooleanExprException
public class NonBooleanExprException
Indicates an attempt to use a non-boolean expression in a condition.
| Constructor Summary | |
|---|---|
NonBooleanExprException(java.lang.String expr)
Construct. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpression()
Retrieve the non-boolean expression. |
java.lang.String |
getMessage()
Retrieve the error message. |
| Methods inherited from class org.drools.spi.ConditionException |
|---|
getRule |
| Methods inherited from class org.drools.DroolsException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public NonBooleanExprException(java.lang.String expr)
expr - The invalid expression.| Method Detail |
|---|
public java.lang.String getExpression()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||