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

org.apache.tiles.renderer
Class RendererException

Package class diagram package RendererException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.renderer.RendererException
All Implemented Interfaces:
Serializable

public class RendererException
extends TilesException

Exception for attribute rendition events.

Since:
2.1.0
Version:
$Rev: 630422 $ $Date: 2008-02-23 12:20:20 +0100 (sab, 23 feb 2008) $
See Also:
Serialized Form

Constructor Summary
RendererException()
          Constructor.
RendererException(Exception e)
          Create a new RendererException wrapping an existing exception.
RendererException(String message)
          Constructor.
RendererException(String message, Exception e)
          Create a new RendererException from an existing exception.
 
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

RendererException

public RendererException()
Constructor.

Since:
2.1.0

RendererException

public RendererException(String message)
Constructor.

Parameters:
message - The error or warning message.
Since:
2.1.0

RendererException

public RendererException(Exception e)
Create a new RendererException wrapping an existing exception.

The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.

Parameters:
e - The exception to be wrapped.
Since:
2.1.0

RendererException

public RendererException(String message,
                         Exception e)
Create a new RendererException from an existing exception.

The existing exception will be embedded in the new one, but the new exception will have its own message.

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


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