Class DmnEngineException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DmnDecisionResultException, DmnEvaluationException, DmnHitPolicyException, DmnTransformException

public class DmnEngineException extends RuntimeException
The base exception of the DMN Engine.
See Also:
  • Constructor Details

    • DmnEngineException

      public DmnEngineException(String message)
    • DmnEngineException

      public DmnEngineException(String message, Throwable cause)