StarOffice 5.2 API
reverse engineered by classdoc

netscape.javascript
Class JSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--netscape.javascript.JSException
All Implemented Interfaces:
java.io.Serializable

public synchronized class JSException
extends java.lang.Exception

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JSException()
           
JSException(java.lang.String s)
           
JSException(java.lang.String s1, java.lang.String s2, int i1, java.lang.String s3, int i2)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSException

public JSException()

JSException

public JSException(java.lang.String s)

JSException

public JSException(java.lang.String s1,
                   java.lang.String s2,
                   int i1,
                   java.lang.String s3,
                   int i2)

StarOffice 5.2 API
reverse engineered by classdoc