This project has retired. For details please refer to its Attic page.
TilesJspException (Tiles 2 2.1.4 API)

org.apache.tiles.jsp.taglib
Class TilesJspException

Package class diagram package TilesJspException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by org.apache.tiles.jsp.taglib.TilesJspException
All Implemented Interfaces:
Serializable

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) $
See Also:
Serialized Form

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

TilesJspException

public TilesJspException()
Constructor.

Since:
2.1.0

TilesJspException

public TilesJspException(String msg)
Constructor.

Parameters:
msg - The detail message.
Since:
2.1.0

TilesJspException

public TilesJspException(Throwable rootCause)
Constructor.

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

TilesJspException

public TilesJspException(String message,
                         Throwable rootCause)
Constructor.

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


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.