org.apache.tiles.request.render
Class CannotRenderException

Package class diagram package CannotRenderException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.request.RequestException
                  extended by org.apache.tiles.request.render.RenderException
                      extended by org.apache.tiles.request.render.CannotRenderException
All Implemented Interfaces:
Serializable

public class CannotRenderException
extends RenderException

Indicates that something went wrong during the rendering process.

Version:
$Rev: 1035061 $ $Date: 2010-11-14 15:32:50 -0500 (Sun, 14 Nov 2010) $
See Also:
Serialized Form

Constructor Summary
CannotRenderException()
          Constructor.
CannotRenderException(String message)
          Constructor.
CannotRenderException(String message, Throwable e)
          Constructor.
CannotRenderException(Throwable e)
          Constructor.
 
Method Summary
 
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

CannotRenderException

public CannotRenderException()
Constructor.


CannotRenderException

public CannotRenderException(String message)
Constructor.

Parameters:
message - The detail message.

CannotRenderException

public CannotRenderException(Throwable e)
Constructor.

Parameters:
e - The exception to be wrapped.

CannotRenderException

public CannotRenderException(String message,
                             Throwable e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped.


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