RuntimeException | +--DhElementExistsInDocumentExceptionpublic class DhElementExistsInDocumentException
Signals that a given element has already been added to the document. Elements can only be added once.
Constructors
Name | Description |
---|---|
DhElementExistsInDocumentException() | Constructs an ElementNotFoundException with no detail message. |
DhElementExistsInDocumentException(String s) | Constructs an ElementNotFoundException with a detail message. |
Constructs an ElementNotFoundException with no detail message.
Constructs an ElementNotFoundException with a detail message.