org.drools.smf
Class NoSuchSemanticModuleException

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.NoSuchSemanticModuleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSemanticModuleException
extends SemanticModuleException

Indicates an attempt to lookup a non-existant SemanticModule.

See Also:
SemanticsRepository, Serialized Form

Constructor Summary
NoSuchSemanticModuleException(java.lang.String uri)
           
NoSuchSemanticModuleException(java.lang.String uri, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getUri()
          Retrieve the URI.
 
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

NoSuchSemanticModuleException

public NoSuchSemanticModuleException(java.lang.String uri)
Parameters:
uri - The invalid URI.
See Also:
Exception.Exception()

NoSuchSemanticModuleException

public NoSuchSemanticModuleException(java.lang.String uri,
                                     java.lang.Throwable cause)
Parameters:
uri - The invalid URI.
See Also:
Exception.Exception(Throwable cause)
Method Detail

getUri

public java.lang.String getUri()
Retrieve the URI.

Returns:
The URI;