org.drools.smf
Class InvalidConsequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.SemanticModuleException
org.drools.smf.SemanticComponentException
org.drools.smf.InvalidConsequenceException
- All Implemented Interfaces:
- Serializable
- public class InvalidConsequenceException
- extends SemanticComponentException
Indicates an attempt to add an invalid consequence to a semantic module.
- Author:
- bob mcwhirter
- See Also:
SimpleSemanticModule#addConsequence
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
InvalidConsequenceException
public InvalidConsequenceException(Class cls)
- Construct.
- Parameters:
cls
- The invalid consequence.
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.