Common DOM API

com.sun.java.browser.dom
Class DOMUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.java.browser.dom.DOMUnsupportedException
All Implemented Interfaces:
Serializable

public class DOMUnsupportedException
extends Exception

See Also:
Serialized Form

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

DOMUnsupportedException

public DOMUnsupportedException()
Constructs a new DOMUnsupportedException with no detail message.


DOMUnsupportedException

public DOMUnsupportedException(String msg)
Constructs a new DOMUnsupportedException with the given detail message.

Parameters:
msg - Detail message.

DOMUnsupportedException

public DOMUnsupportedException(Exception e)
Constructs a new DOMUnsupportedException with the given exception as a root clause.

Parameters:
e - Exception.

DOMUnsupportedException

public DOMUnsupportedException(Exception e,
                               String msg)
Constructs a new DOMUnsupportedException with the given exception as a root clause and the given detail message.

Parameters:
e - Exception.
msg - Detail message.
Method Detail

getMessage

public String getMessage()
Returns the detail message of the error or null if there is no detail message.

Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()
Returns the root cause of the error or null if there is none.

Overrides:
getCause in class Throwable

Common DOM API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.