|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.drools.DroolsException | +--org.drools.smf.SemanticModuleException | +--org.drools.smf.SemanticComponentException | +--org.drools.smf.InvalidExtractorException
Indicates an attempt to add an invalid fact extractor to a semantic module.
SimpleSemanticModule#addExtractor
,
Serialized FormConstructor Summary | |
InvalidExtractorException(java.lang.Class cls)
Construct. |
Method Summary | |
java.lang.String |
getMessage()
Retrieve the error message. |
Methods inherited from class org.drools.smf.SemanticComponentException |
getInvalidClass |
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 |
public InvalidExtractorException(java.lang.Class cls)
cls
- The invalid fact extractor.Method Detail |
public java.lang.String getMessage()
DroolsException
getMessage
in class SemanticComponentException
Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |