org.drools.smf
Class NoSuchSemanticModuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.drools.DroolsException
                    |
                    +--org.drools.smf.SemanticModuleException
                          |
                          +--org.drools.smf.NoSuchSemanticModuleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSemanticModuleException
extends SemanticModuleException

Indicates an attempt to lookup a non-existant SemanticModule.

Author:
bob mcwhirter
See Also:
SemanticsRepository, Serialized Form

Constructor Summary
NoSuchSemanticModuleException(java.lang.String uri)
          Construct.
 
Method Summary
 java.lang.String getMessage()
          Retrieve the error message.
 java.lang.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(java.lang.String uri)
Construct.

Parameters:
uri - The invalid URI.
Method Detail

getUri

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

Returns:
The URI;

getMessage

public java.lang.String getMessage()
Retrieve the error message.

Overrides:
getMessage in class DroolsException
Returns:
The error message.


Copyright © 2001-2003 The Werken Company. All Rights Reserved.