Class RulebaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
COM.TIBCO.hawk.config.rbengine.rulebase.RulebaseException
- All Implemented Interfaces:
Serializable
Signals that an error occurred while processing the rulebase.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a RulebaseException with the specified detail message. -
Method Summary
Methods inherited from class COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
CNAME
-
-
Constructor Details
-
RulebaseException
Constructs a RulebaseException with the specified detail message.
-