com.knowgate.rules
Class RuleExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.knowgate.rules.RuleExecutionException
All Implemented Interfaces:
java.io.Serializable

public class RuleExecutionException
extends java.lang.Exception

RuleExecutionException

A wrapper for all exception thrown by RuleException and its derived clases

See Also:
Serialized Form

Constructor Summary
RuleExecutionException(java.lang.String sMessage, java.lang.Exception oCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleExecutionException

public RuleExecutionException(java.lang.String sMessage,
                              java.lang.Exception oCause)