org.drools.smf
Class SemanticComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.smf.SemanticModuleException
                  extended by org.drools.smf.SemanticComponentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidConditionException, InvalidConsequenceException, InvalidObjectTypeException

public class SemanticComponentException
extends SemanticModuleException

Indicates an attempt to add an invalid semantic component to a semantic module.

See Also:
Serialized Form

Constructor Summary
SemanticComponentException(java.lang.String message)
           
SemanticComponentException(java.lang.String message, 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

SemanticComponentException

public SemanticComponentException(java.lang.String message)
Parameters:
clazz - The invalid action.
See Also:
Exception.Exception(String message)

SemanticComponentException

public SemanticComponentException(java.lang.String message,
                                  java.lang.Throwable cause)
See Also:
Exception.Exception(String message, Throwable cause)