Class 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:
  • Constructor Details

    • WrongDocumentException

      public WrongDocumentException(Node nodeToAdd, DomDocument targetDocument)