|
|||||||||
| 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.smf.SemanticModuleException
org.drools.smf.SemanticComponentException
org.drools.smf.InvalidConditionException
public class InvalidConditionException
Indicates an attempt to add an invalid condition to a semantic module.
SimpleSemanticModule#addCondition,
Serialized Form| Constructor Summary | |
|---|---|
InvalidConditionException(java.lang.Class clazz)
|
|
InvalidConditionException(java.lang.Class clazz,
java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.drools.DroolsException |
|---|
getRootCause |
| 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 |
|---|
public InvalidConditionException(java.lang.Class clazz)
cls - The invalid condition.Exception.Exception()
public InvalidConditionException(java.lang.Class clazz,
java.lang.Throwable cause)
cls - The invalid condition.Exception.Exception(Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||