org.drools
Class AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.FactException
org.drools.AssertionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConditionException, ConsequenceException
public class AssertionException
- extends FactException
Indicates an error while asserting a new root fact object into a
WorkingMemory
.
- Author:
- bob mcwhirter
- See Also:
WorkingMemory.assertObject(java.lang.Object)
,
Serialized Form
AssertionException
public AssertionException()
- Construct.
AssertionException
public AssertionException(Throwable rootCause)
- Construct with a root cause.
- Parameters:
rootCause
- The root cause of this exception.
AssertionException
public AssertionException(String message)
Copyright © 2001-2005 The Codehaus. All Rights Reserved.