|
|||||||||
| 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.FactException
org.drools.NoSuchFactHandleException
public class NoSuchFactHandleException
Indicates an attempt to retract, modify or retrieve a fact object that is no longer present.
FactHandle,
WorkingMemory.getFactHandle(java.lang.Object),
Serialized Form| Constructor Summary | |
|---|---|
NoSuchFactHandleException(java.lang.Object object)
|
|
NoSuchFactHandleException(java.lang.Object object,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
Retrieve the invalid Object. |
| 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 NoSuchFactHandleException(java.lang.Object object)
object - The invalid fact object.Exception.Exception()
public NoSuchFactHandleException(java.lang.Object object,
java.lang.Throwable cause)
object - The invalid fact object.Exception.Exception(Throwable cause)| Method Detail |
|---|
public java.lang.Object getObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||