org.apache.tiles.request.freemarker
Class FreemarkerRequestException

Package class diagram package FreemarkerRequestException
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.freemarker.FreemarkerRequestException
All Implemented Interfaces:
Serializable

public class FreemarkerRequestException
extends RequestException

Thrown when a Freemarker request fails.

Version:
$Rev: 1066788 $ $Date: 2011-02-03 06:49:11 -0500 (Thu, 03 Feb 2011) $
See Also:
Serialized Form

Constructor Summary
FreemarkerRequestException()
          Constructor.
FreemarkerRequestException(String message)
          Constructor.
FreemarkerRequestException(String message, Throwable cause)
          Constructor.
FreemarkerRequestException(Throwable cause)
          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

FreemarkerRequestException

public FreemarkerRequestException()
Constructor.


FreemarkerRequestException

public FreemarkerRequestException(String message)
Constructor.

Parameters:
message - The detail message.

FreemarkerRequestException

public FreemarkerRequestException(Throwable cause)
Constructor.

Parameters:
cause - The cause to be wrapped.

FreemarkerRequestException

public FreemarkerRequestException(String message,
                                  Throwable cause)
Constructor.

Parameters:
message - The detail message.
cause - The cause to be wrapped.


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