Serialized Form

Class org.mozilla.javascript.ClassDefinitionException implements Serializable


Class org.mozilla.javascript.EcmaError implements Serializable

Serialized Fields

errorObject

org.mozilla.javascript.NativeError errorObject

sourceName

java.lang.String sourceName

lineNumber

int lineNumber

columnNumber

int columnNumber

lineSource

java.lang.String lineSource


Class org.mozilla.javascript.JavaScriptException implements Serializable

Serialized Fields

value

java.lang.Object value
The JavaScript exception value. This value is not intended for general use; if the JavaScriptException wraps a Java exception, getScriptableValue may return a Scriptable wrapping the original Java exception object. We would prefer to go through a getter to encapsulate the value, however that causes the bizarre error "nanosecond timeout value out of range" on the MS JVM.
 


Class org.mozilla.javascript.NotAFunctionException implements Serializable


Class org.mozilla.javascript.PropertyException implements Serializable