当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
NoSuchFactObjectException - JBoss RULES 3.0.6 API 英文版文档
org.drools
Class NoSuchFactObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.RuntimeDroolsException
org.drools.FactException
org.drools.NoSuchFactObjectException
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchFactObjectException
- extends FactException
Indicates an attempt to retract, modify or retrieve a fact object that is no
longer present.
- See Also:
FactHandle
,
WorkingMemory.assertObject(java.lang.Object)
,
WorkingMemory.retractObject(org.drools.FactHandle)
,
WorkingMemory.getObject(org.drools.FactHandle)
,
Serialized Form
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 |
NoSuchFactObjectException
public NoSuchFactObjectException(FactHandle handle)
- Parameters:
object
- The invalid fact object.- See Also:
Exception.Exception()
NoSuchFactObjectException
public NoSuchFactObjectException(FactHandle handle,
java.lang.Throwable cause)
- Parameters:
object
- The invalid fact object.- See Also:
Exception.Exception()
getFactHandle
public FactHandle getFactHandle()
- Retrieve the invalid
FactHandle
.
- Returns:
- The invalid fact handle.