KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > events > EventException

org.w3c.dom.events
Class EventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.w3c.dom.events.EventException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public short code
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EventException(short code,
                      String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short UNSPECIFIED_EVENT_TYPE_ERR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags