org.drools.smf
Class SemanticModuleException

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

public class SemanticModuleException
extends DroolsException

Base for all semantic module exceptions.

See Also:
Serialized Form

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

SemanticModuleException

public SemanticModuleException()
See Also:
Exception.Exception()

SemanticModuleException

public SemanticModuleException(java.lang.String message)
See Also:
Exception.Exception(String message)

SemanticModuleException

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

SemanticModuleException

public SemanticModuleException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable cause)