|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.SemanticModuleException
org.drools.smf.NoSuchSemanticModuleException
public class NoSuchSemanticModuleException
Indicates an attempt to lookup a non-existant SemanticModule
.
SemanticsRepository
,
Serialized FormConstructor 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 |
---|
public NoSuchSemanticModuleException(java.lang.String uri)
uri
- The invalid URI.Exception.Exception()
public NoSuchSemanticModuleException(java.lang.String uri, java.lang.Throwable cause)
uri
- The invalid URI.Exception.Exception(Throwable cause)
Method Detail |
---|
public java.lang.String getUri()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |