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 message
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.