org.camunda.bpm.dmn.engine
Class DmnEngineException

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
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:
Serialized Form

Constructor Summary
DmnEngineException(String message)
           
DmnEngineException(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

DmnEngineException

public DmnEngineException(String message)

DmnEngineException

public DmnEngineException(String message,
                          Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.