org.camunda.bpm.model.xml
Class ModelReferenceException

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.xml.ModelReferenceException
All Implemented Interfaces:
Serializable

public class ModelReferenceException
extends ModelException

Thrown when an error is encountered during reference resolving.

Author:
Sebastian Menski
See Also:
Serialized Form

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

ModelReferenceException

public ModelReferenceException()

ModelReferenceException

public ModelReferenceException(String message,
                               Throwable cause)

ModelReferenceException

public ModelReferenceException(String message)

ModelReferenceException

public ModelReferenceException(Throwable cause)


Copyright © 2016 camunda services GmbH. All rights reserved.