扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script类scriptexception的类成员方法: scriptexception定义及介绍
发布时间:2014-2-18
本文导语:
scriptexception
public scriptexception(string message,
string filename,
int linenumber,
int columnnumber)
指定消息、文件名、行号和列号的 scriptexception 构造方法。
参数:message - 消息。filename -...