Rule Execution Server API

ilog.rules.engine
Class IlrSystemRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ilog.rules.engine.IlrRuntimeException
                  extended by ilog.rules.engine.IlrSystemRuntimeException
All Implemented Interfaces:
Serializable

public final class IlrSystemRuntimeException
extends IlrRuntimeException

This exception is thrown when JRules detects an error at runtime. This kind of exception can not be recovered. They can be caught only for debugging purposes.

Here are the two cases where this exception is likely to be thrown:

Notice that this class has no public constructors, as its instances are only constructed by the rule engine.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class ilog.rules.engine.IlrRuntimeException
getMessage, getTargetException, getTargetMember, printHeader, printRuleStackTrace, printRuleStackTrace, printRuleStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Rule Execution Server API

© Copyright IBM Corp. 1987, 2012