|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJspException
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(java.lang.String msg)
Constructor. |
|
TilesJspException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor. |
|
TilesJspException(java.lang.Throwable rootCause)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |