org.apache.tiles.jsp.taglib
public class TilesJspException extends JspException
Constructor and Description |
---|
TilesJspException()
Constructor.
|
TilesJspException(java.lang.String msg)
Constructor.
|
TilesJspException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor.
|
TilesJspException(java.lang.Throwable rootCause)
Constructor.
|
public TilesJspException()
public TilesJspException(java.lang.String msg)
msg
- The detail message.public TilesJspException(java.lang.Throwable rootCause)
rootCause
- The root cause of the exception.public TilesJspException(java.lang.String message, java.lang.Throwable rootCause)
message
- The detail message.rootCause
- The root cause of the exception.