org.drools.smf
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.smf.FactoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingAttributeException

public class FactoryException
extends DroolsException

Indicates an error while configuring a configurable semantic component.

See Also:
RuleFactory, ObjectTypeFactory, ConditionFactory, ConsequenceFactory, Serialized Form

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

FactoryException

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

FactoryException

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

FactoryException

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

FactoryException

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