org.drools.smf
Class SemanticComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.SemanticModuleException
org.drools.smf.SemanticComponentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidConditionException, InvalidConsequenceException, InvalidObjectTypeException
- public abstract class SemanticComponentException
- extends SemanticModuleException
Indicates an attempt to add an invalid semantic component to a semantic
module.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
SemanticComponentException
public SemanticComponentException(Class cls)
- Construct.
- Parameters:
cls
- The invalid action.
getInvalidClass
public Class getInvalidClass()
- Retrieve the invalid class.
- Returns:
- The invalid class.
getMessage
public abstract String getMessage()
- Description copied from class:
DroolsException
- Retrieve the error message.
- Overrides:
getMessage
in class DroolsException
- Returns:
- The error message.
- See Also:
Throwable
Copyright © 2001-2004 The Codehaus. All Rights Reserved.