org.apache.tiles.jsp.taglib
Class TilesJspException

java.lang.Object
  extended by JspException
      extended by org.apache.tiles.jsp.taglib.TilesJspException

public class TilesJspException
extends JspException

Indicates that something went wrong during the use of Tiles in JSP pages.

Since:
2.1.0
Version:
$Rev: 637434 $ $Date: 2008-03-15 16:48:38 +0100 (sab, 15 mar 2008) $

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

TilesJspException

public TilesJspException()
Constructor.

Since:
2.1.0

TilesJspException

public TilesJspException(java.lang.String msg)
Constructor.

Parameters:
msg - The detail message.
Since:
2.1.0

TilesJspException

public TilesJspException(java.lang.Throwable rootCause)
Constructor.

Parameters:
rootCause - The root cause of the exception.
Since:
2.1.0

TilesJspException

public TilesJspException(java.lang.String message,
                         java.lang.Throwable rootCause)
Constructor.

Parameters:
message - The detail message.
rootCause - The root cause of the exception.
Since:
2.1.0