org.apache.tiles.request.freemarker.autotag
Class FreemarkerAutotagException

Package class diagram package FreemarkerAutotagException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagException
All Implemented Interfaces:
Serializable

public class FreemarkerAutotagException
extends RuntimeException

Thrown when a Freemarker problem under Autotag runtime part happens.

Version:
$Rev: 1305546 $ $Date: 2012-03-26 16:34:37 -0400 (Mon, 26 Mar 2012) $
See Also:
Serialized Form

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

FreemarkerAutotagException

public FreemarkerAutotagException()
Constructor.


FreemarkerAutotagException

public FreemarkerAutotagException(String message)
Constructor.

Parameters:
message - The message of the exception.

FreemarkerAutotagException

public FreemarkerAutotagException(Throwable cause)
Constructor.

Parameters:
cause - The cause.

FreemarkerAutotagException

public FreemarkerAutotagException(String message,
                                  Throwable cause)
Constructor.

Parameters:
message - The message of the exception.
cause - The cause.


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