public class JspCompilationException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
JspCompilationException.Source |
| Constructor and Description |
|---|
JspCompilationException(String message,
JspCompilationException.Source source) |
JspCompilationException(String message,
JspCompilationException.Source source,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
JspCompilationException.Source |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JspCompilationException(String message, JspCompilationException.Source source)
public JspCompilationException(String message, JspCompilationException.Source source, Throwable cause)
public JspCompilationException.Source getSource()
Copyright © 2022. All rights reserved.