Serialized Form


Package netscape.javascript

Class netscape.javascript.JSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

message

java.lang.String message
Deprecated. Not portable between web browsers.

The detail message.


filename

java.lang.String filename
Deprecated. Not portable between web browsers.

The URL of the file where the error occurred, if possible.


lineno

int lineno
Deprecated. Not portable between web browsers.

The line number if the file, if possible.


source

java.lang.String source
Deprecated. Not portable between web browsers.

The string containing the JavaScript code being evaluated.


tokenIndex

int tokenIndex
Deprecated. Not portable between web browsers.

The index into the source string where the error occurred.


wrappedExceptionType

int wrappedExceptionType
Deprecated. Not portable between web browsers.

Type of the wrapped JavaScript exception.


wrappedException

java.lang.Object wrappedException
Deprecated. Not portable between web browsers.

JavaScript exception wrapper.