org.drools
Class FactException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.drools.RuntimeDroolsException
                  extended byorg.drools.FactException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchFactHandleException, NoSuchFactObjectException

public class FactException
extends RuntimeDroolsException

Base exception indicating an error in manipulating facts.

See Also:
Serialized Form
 

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

FactException

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

FactException

public FactException(java.lang.String message)
See Also:
Exception.Exception(String message)

FactException

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

FactException

public FactException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable cause)