|
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Package netscape.javascript |
---|
Class netscape.javascript.JSException extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String message
The detail message.
java.lang.String filename
The URL of the file where the error occurred, if possible.
int lineno
The line number if the file, if possible.
java.lang.String source
The string containing the JavaScript code being evaluated.
int tokenIndex
The index into the source string where the error occurred.
int wrappedExceptionType
Type of the wrapped JavaScript exception.
java.lang.Object wrappedException
JavaScript exception wrapper.
|
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |