Serialized Form


Package javax.script

Class javax.script.ScriptException extends java.lang.Exception implements Serializable

serialVersionUID: 2L

Serialized Fields

fileName

java.lang.String fileName
Stores the file name of the script


lineNumber

int lineNumber
Stores the line number of the script in which the error has occured


columnNumber

int columnNumber
Stores the column number of the script in which the error has occured



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.