com.hammurapi.reasoning.impl
Class RuleExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hammurapi.reasoning.ReasoningException
              extended by com.hammurapi.reasoning.impl.RuleExecutionException
All Implemented Interfaces:
Serializable

public class RuleExecutionException
extends ReasoningException

See Also:
Serialized Form

Constructor Summary
RuleExecutionException(List<Exception> causes)
           
 
Method Summary
 List<Exception> getCauses()
           
 
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(List<Exception> causes)
Method Detail

getCauses

public List<Exception> getCauses()