org.camunda.bpm.model.xml.impl.util
Class WrongDocumentException

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.impl.util.WrongDocumentException
All Implemented Interfaces:
Serializable

public class WrongDocumentException
extends ModelException

Thrown when a Model Element is added to the wrong document

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
WrongDocumentException(Node nodeToAdd, DomDocument targetDocument)
           
 
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

WrongDocumentException

public WrongDocumentException(Node nodeToAdd,
                              DomDocument targetDocument)


Copyright © 2014 camunda services GmbH. All rights reserved.