Class RBMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
COM.TIBCO.hawk.config.rbengine.rbmap.RBMapException
- All Implemented Interfaces:
Serializable
Signals that an error occurred while processing rulebase map.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a RBMapException from the specified exceptionRBMapException(String sMsg) Construct a RBMapException with the specified error 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
-
Constructor Details
-
RBMapException
Construct a RBMapException with the specified error message -
RBMapException
Construct a RBMapException from the specified exception
-