public final class DOMErrors extends Object
| Modifier and Type | Method and Description |
|---|---|
static DOMException |
attributeDoesNotExist(String attributeName)
Attribute does not exist on this element.
|
static DOMException |
cannotAddAnAncestor()
Cannot insert an ancestor into a descendent.
|
static DOMException |
cannotBeAChildOfItself()
Cannot add a node inside itself.
|
static DOMException |
invalidChildType(Object child)
A child must be an XMLNode.
|
static DOMException |
operationNotAllowed()
Operation not allowed.
|
static DOMException |
operationNotSupported()
Operation not supported.
|
public static DOMException operationNotAllowed()
public static DOMException operationNotSupported()
public static DOMException invalidChildType(Object child)
public static DOMException cannotBeAChildOfItself()
public static DOMException cannotAddAnAncestor()
public static DOMException attributeDoesNotExist(String attributeName)
Copyright © 2019. All rights reserved.