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:
- Serializable
- public class NoSuchSemanticModuleException
- extends SemanticModuleException
Indicates an attempt to lookup a non-existant SemanticModule
.
- Author:
- bob mcwhirter
- See Also:
SemanticsRepository
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
NoSuchSemanticModuleException
public NoSuchSemanticModuleException(String uri)
- Construct.
- Parameters:
uri
- The invalid URI.
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.