public class TilesJspException
extends javax.servlet.jsp.JspException
Constructor and Description |
---|
TilesJspException()
Constructor.
|
TilesJspException(String msg)
Constructor.
|
TilesJspException(String message,
Throwable rootCause)
Constructor.
|
TilesJspException(Throwable rootCause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TilesJspException()
public TilesJspException(String msg)
msg
- The detail message.public TilesJspException(Throwable rootCause)
rootCause
- The root cause of the exception.Copyright © 2017. All rights reserved.