Class WrongDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.model.xml.ModelException
-
- org.camunda.bpm.model.xml.impl.util.WrongDocumentException
-
- All Implemented Interfaces:
java.io.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
Constructors Constructor Description WrongDocumentException(org.w3c.dom.Node nodeToAdd, DomDocument targetDocument)
-
-
-
Constructor Detail
-
WrongDocumentException
public WrongDocumentException(org.w3c.dom.Node nodeToAdd, DomDocument targetDocument)
-
-