当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
NoSuchFactHandleException (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 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:
- Serializable
public class NoSuchFactHandleException
- extends FactException
Indicates an attempt to retract, modify or retrieve a fact object that is no
longer present.
- Version:
- $Id: NoSuchFactObjectException.java,v 1.3 2003/11/19 21:31:09 bob
Exp $
- Author:
- Simon Harris
- See Also:
FactHandle
,
WorkingMemory.getFactHandle(java.lang.Object)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchFactHandleException
public NoSuchFactHandleException(Object object)
- Parameters:
object
- The invalid fact object.- See Also:
Exception.Exception()
NoSuchFactHandleException
public NoSuchFactHandleException(Object object,
Throwable cause)
- Parameters:
object
- The invalid fact object.- See Also:
Exception.Exception(Throwable cause)
getObject
public Object getObject()
- Retrieve the invalid Object.
- Returns:
- The invalid fact object.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.