|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.FactoryException
public class FactoryException
Indicates an error while configuring a configurable semantic component.
RuleFactory
,
ObjectTypeFactory
,
ConditionFactory
,
ConsequenceFactory
,
Serialized FormConstructor 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 |
---|
public FactoryException()
Exception.Exception()
public FactoryException(java.lang.String message)
Exception.Exception(String message)
public FactoryException(java.lang.String message, java.lang.Throwable cause)
Exception.Exception(String message, Throwable cause)
public FactoryException(java.lang.Throwable cause)
Exception.Exception(Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |