org.drools.smf
Class InvalidConditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.SemanticModuleException
org.drools.smf.SemanticComponentException
org.drools.smf.InvalidConditionException
- All Implemented Interfaces:
- Serializable
- public class InvalidConditionException
- extends SemanticComponentException
Indicates an attempt to add an invalid condition to a semantic module.
- Author:
- bob mcwhirter
- See Also:
SimpleSemanticModule#addCondition
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
InvalidConditionException
public InvalidConditionException(Class cls)
- Construct.
- Parameters:
cls
- The invalid condition.
getMessage
public String getMessage()
- Description copied from class:
DroolsException
- Retrieve the error message.
- Specified by:
getMessage
in class SemanticComponentException
- See Also:
Throwable
Copyright © 2001-2004 The Codehaus. All Rights Reserved.