The public class JSException extends RuntimeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----netscape.javascript.JSException
The netscape.javascript.JSException class has the following constructors:
JSException The netscape.javascript.JSException class has the following methods:
getWrappedException getWrappedException.
getWrappedExceptionType getWrappedExceptionType returns the int mapping of the type of the wrappedException object.
JSException had three public constructors which optionally took a string argument, specifying the detail message or other information for the exception. The getWrappedException method was not available.
JSException constructors, deprecated in JavaScript 1.4, constructs a JSException object with an optional detail message.
1. public JSException() 2. public JSException(String s) 3. public JSException(String s, String filename, int lineno, String source, int tokenIndex)
s filename lineno source tokenIndex Page last modified 00:30, 25 Nov 2006 by Montehansen?