public class DOMException extends RuntimeException
Constructor and Description |
---|
DOMException()
Deprecated.
Creates a new exception with no detail message.
|
DOMException(String message)
Deprecated.
Creates a new exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DOMException()
public DOMException(String message)
message
- the detail messageCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.