Class FreemarkerAutotagException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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.
See Also:
  • Constructor Details

    • FreemarkerAutotagException

      public FreemarkerAutotagException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message of the exception.
      cause - The cause.