public class DOMException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DOMException()
Deprecated.
Creates a new exception with no detail message.
|
DOMException(java.lang.String message)
Deprecated.
Creates a new exception with the given detail message.
|