| Package | Description |
|---|---|
| org.apache.jasper.compiler |
| Modifier and Type | Method and Description |
|---|---|
static JavacErrorDetail |
ErrorDispatcher.createJavacError(java.lang.String fname,
Node.Nodes page,
java.lang.StringBuilder errMsgBuf,
int lineNum)
Create a compilation error.
|
static JavacErrorDetail |
ErrorDispatcher.createJavacError(java.lang.String fname,
Node.Nodes page,
java.lang.StringBuilder errMsgBuf,
int lineNum,
JspCompilationContext ctxt)
Create a compilation error.
|
static JavacErrorDetail[] |
ErrorDispatcher.parseJavacErrors(java.lang.String errMsg,
java.lang.String fname,
Node.Nodes page)
Parses the given error message into an array of javac compilation error
messages (one per javac compilation error line number).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandler.javacError(JavacErrorDetail[] details)
Processes the given javac compilation errors.
|
void |
ErrorDispatcher.javacError(JavacErrorDetail[] javacErrors)
Dispatches the given javac compilation errors to the configured error
handler.
|
Copyright © 2014–2021. All rights reserved.