|
|||||||||||
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.semantics.java.MissingDeclarationException
Indicates an attempt to use an expression which references
non-existant Declaration
s.
Constructor Summary | |
MissingDeclarationException(java.lang.String expr,
java.lang.String id)
Construct. |
Method Summary | |
java.lang.String |
getExpression()
Retrieve the expression. |
java.lang.String |
getIdentifier()
Retrieve the identifier. |
java.lang.String |
getMessage()
Retrieve the erorr message. |
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 MissingDeclarationException(java.lang.String expr, java.lang.String id)
expr
- The expression.id
- The missing declaration.Method Detail |
public java.lang.String getExpression()
public java.lang.String getIdentifier()
public java.lang.String getMessage()
getMessage
in class DroolsException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |