|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.jasper.compiler.JavacErrorDetail
public class JavacErrorDetail
Class providing details about a javac compilation error.
| 构造方法摘要 | |
|---|---|
JavacErrorDetail(String javaFileName,
int javaLineNum,
StringBuilder errMsg)
Constructor. |
|
JavacErrorDetail(String javaFileName,
int javaLineNum,
String jspFileName,
int jspBeginLineNum,
StringBuilder errMsg)
Constructor. |
|
| 方法摘要 | |
|---|---|
String |
getErrorMessage()
Gets the compilation error message. |
String |
getJavaFileName()
Gets the name of the Java source file in which the compilation error occurred. |
int |
getJavaLineNumber()
Gets the compilation error line number. |
int |
getJspBeginLineNumber()
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error. |
String |
getJspFileName()
Gets the name of the JSP file from which the Java source file was generated. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JavacErrorDetail(String javaFileName,
int javaLineNum,
StringBuilder errMsg)
javaFileName - The name of the Java file in which the
compilation error occurredjavaLineNum - The compilation error line numbererrMsg - The compilation error message
public JavacErrorDetail(String javaFileName,
int javaLineNum,
String jspFileName,
int jspBeginLineNum,
StringBuilder errMsg)
javaFileName - The name of the Java file in which the
compilation error occurredjavaLineNum - The compilation error line numberjspFileName - The name of the JSP file from which the Java source
file was generatedjspBeginLineNum - The start line number of the JSP element
responsible for the compilation errorerrMsg - The compilation error message| 方法详细信息 |
|---|
public String getJavaFileName()
public int getJavaLineNumber()
public String getJspFileName()
public int getJspBeginLineNumber()
public String getErrorMessage()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||