public class JspTagException
extends javax.servlet.jsp.JspException
| Constructor and Description |
|---|
JspTagException()
Construct a new JspTagException.
|
JspTagException(String message)
Construct a new JspTagException with the specified message.
|
JspTagException(String message,
Throwable rootCause)
Construct a new JspTagException with an original Exception and the
specified message.
|
JspTagException(Throwable rootCause)
Construct a new JspTagException with an original Exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message, including the message from the nested exception
if there is one.
|
void |
printStackTrace()
Prints the composite message to
System.err. |
void |
printStackTrace(PrintStream ps)
Prints the composite message and the embedded stack trace to the specified
stream
ps. |
void |
printStackTrace(PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified
print writer
pw. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JspTagException()
public JspTagException(String message)
message - The reason the exception was thrownpublic JspTagException(String message, Throwable rootCause)
message - The reason the exception was thrownrootCause - The original exception that was thrownpublic JspTagException(Throwable rootCause)
rootCause - The original exception that was thrownpublic String getMessage()
getMessage in class Throwablepublic void printStackTrace()
System.err.printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
ps.printStackTrace in class Throwableps - the print streampublic void printStackTrace(PrintWriter pw)
pw.printStackTrace in class Throwablepw - the print writerCopyright © 2015 Revolution Systems Inc.. All rights reserved.