|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.sun.java.browser.dom.DOMUnsupportedException
Constructor Summary | |
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. |
Method Summary | |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DOMUnsupportedException()
public DOMUnsupportedException(String msg)
msg
- Detail message.public DOMUnsupportedException(Exception e)
e
- Exception.public DOMUnsupportedException(Exception e, String msg)
e
- Exception.msg
- Detail message.Method Detail |
public String getMessage()
public Throwable getCause()
|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |