Package COM.TIBCO.hawk.config.rbengine
Class RBEConfigObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RBMapException,RulebaseException,ScheduleException
RBEConfigObjectException is the superclass of all
Rulebase, Schedule and RulebaseMap API exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContructs RBEConfigObjectException based on the specified exception.Contructs RBEConfigObjectException from an error message. -
Method Summary
Modifier and TypeMethodDescriptionvoidPrints this exception and it backtrace to the specified print stream.voidPrints this exception and it backtrace to the specified print writer.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RBEConfigObjectException
Contructs RBEConfigObjectException from an error message. -
RBEConfigObjectException
Contructs RBEConfigObjectException based on the specified exception.
-
-
Method Details
-
printStackTrace
Prints this exception and it backtrace to the specified print stream.- Overrides:
printStackTracein classThrowable
-
printStackTrace
Prints this exception and it backtrace to the specified print writer.- Overrides:
printStackTracein classThrowable
-