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

public class RBEConfigObjectException extends Exception
RBEConfigObjectException is the superclass of all Rulebase, Schedule and RulebaseMap API exceptions.
See Also:
  • Constructor Details

    • RBEConfigObjectException

      public RBEConfigObjectException(String s)
      Contructs RBEConfigObjectException from an error message.
    • RBEConfigObjectException

      protected RBEConfigObjectException(Exception e)
      Contructs RBEConfigObjectException based on the specified exception.
  • Method Details

    • printStackTrace

      public void printStackTrace(PrintStream s)
      Prints this exception and it backtrace to the specified print stream.
      Overrides:
      printStackTrace in class Throwable
    • printStackTrace

      public void printStackTrace(PrintWriter s)
      Prints this exception and it backtrace to the specified print writer.
      Overrides:
      printStackTrace in class Throwable