KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > ls > LSException

org.w3c.dom.ls
Class LSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.w3c.dom.ls.LSException
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 LSException(short code,
                   String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags