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