org.camunda.bpm.model.dmn
Class DmnModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.model.xml.ModelException
                  extended by org.camunda.bpm.model.dmn.DmnModelException
All Implemented Interfaces:
Serializable

public class DmnModelException
extends org.camunda.bpm.model.xml.ModelException

See Also:
Serialized Form

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

DmnModelException

public DmnModelException()

DmnModelException

public DmnModelException(String message,
                         Throwable cause)

DmnModelException

public DmnModelException(String message)

DmnModelException

public DmnModelException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.