org.drools
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.FactException
                  extended by org.drools.AssertionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConditionException, ConsequenceException

public class AssertionException
extends FactException

Indicates an error while asserting a new root fact object into a WorkingMemory.

See Also:
WorkingMemory.assertObject(java.lang.Object), Serialized Form

Constructor Summary
AssertionException()
           
AssertionException(java.lang.String message)
           
AssertionException(java.lang.String message, java.lang.Throwable cause)
           
AssertionException(java.lang.Throwable cause)
           
 
Method Summary
 
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

AssertionException

public AssertionException()
See Also:
Exception.Exception()

AssertionException

public AssertionException(java.lang.Throwable cause)
See Also:
Exception.Exception(String message)

AssertionException

public AssertionException(java.lang.String message,
                          java.lang.Throwable cause)
See Also:
Exception.Exception(String message, Throwable cause)

AssertionException

public AssertionException(java.lang.String message)
See Also:
Exception.Exception(Throwable cause)