|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
org.apache.tiles.jsp.taglib.TilesJspException
public class TilesJspException
Indicates that something went wrong during the use of Tiles in JSP pages.
| Constructor Summary | |
|---|---|
TilesJspException()
Constructor. |
|
TilesJspException(String msg)
Constructor. |
|
TilesJspException(String message,
Throwable rootCause)
Constructor. |
|
TilesJspException(Throwable rootCause)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class javax.servlet.jsp.JspException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TilesJspException()
public TilesJspException(String msg)
msg - The detail message.public TilesJspException(Throwable rootCause)
rootCause - The root cause of the exception.
public TilesJspException(String message,
Throwable rootCause)
message - The detail message.rootCause - The root cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||