org.drools.smf
Class NoSuchSemanticModuleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.drools.DroolsException
              extended byorg.drools.smf.SemanticModuleException
                  extended byorg.drools.smf.NoSuchSemanticModuleException
All Implemented Interfaces:
Serializable

public class NoSuchSemanticModuleException
extends SemanticModuleException

Indicates an attempt to lookup a non-existant SemanticModule.

Author:
bob mcwhirter
See Also:
SemanticsRepository, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NoSuchSemanticModuleException(String uri)
          Construct.
 
Method Summary
 String getMessage()
          Retrieve the error message.
 String getUri()
          Retrieve the URI.
 
Methods inherited from class org.drools.DroolsException
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, 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(String uri)
Construct.

Parameters:
uri - The invalid URI.
Method Detail

getUri

public String getUri()
Retrieve the URI.

Returns:
The URI;

getMessage

public 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.