org.camunda.bpm.dmn.engine.impl.hitpolicy
Class DmnHitPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.dmn.engine.DmnEngineException
                  extended by org.camunda.bpm.dmn.engine.impl.hitpolicy.DmnHitPolicyException
All Implemented Interfaces:
Serializable

public class DmnHitPolicyException
extends DmnEngineException

Exception throw if a hit policy is not applicable for a decision result.

See Also:
Serialized Form

Constructor Summary
DmnHitPolicyException(String message)
           
DmnHitPolicyException(String message, Throwable cause)
           
 
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

DmnHitPolicyException

public DmnHitPolicyException(String message)

DmnHitPolicyException

public DmnHitPolicyException(String message,
                             Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.