com.sun.java.browser.dom
public class DOMUnsupportedException extends Exception
Constructor and Description |
---|
DOMUnsupportedException()
Constructs a new DOMUnsupportedException with no detail message.
|
DOMUnsupportedException(Exception e)
Constructs a new DOMUnsupportedException with the given exception as a root clause.
|
DOMUnsupportedException(Exception e,
String msg)
Constructs a new DOMUnsupportedException with the given exception as a root clause and the given detail message.
|
DOMUnsupportedException(String msg)
Constructs a new DOMUnsupportedException with the given detail message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the root cause of the error or null if there is none.
|
String |
getMessage()
Returns the detail message of the error or null if there is no detail message.
|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DOMUnsupportedException()
public DOMUnsupportedException(String msg)
msg
- Detail message.public DOMUnsupportedException(Exception e)
e
- Exception.public String getMessage()
getMessage
in class Throwable
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2014, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.