Class InvalidTemplateException

All Implemented Interfaces:
Serializable

public class InvalidTemplateException extends TilesException
An invalid template has been identified.
Since:
2.1.0
Version:
$Rev: 943985 $ $Date: 2010-05-14 05:30:49 +1000 (Fri, 14 May 2010) $
See Also:
  • Constructor Details

    • InvalidTemplateException

      public InvalidTemplateException()
      Constructor.
      Since:
      2.1.0
    • InvalidTemplateException

      public InvalidTemplateException(String message)
      Constructor.
      Parameters:
      message - The detail message.
      Since:
      2.1.0
    • InvalidTemplateException

      public InvalidTemplateException(Throwable e)
      Constructor.
      Parameters:
      e - The exception to be wrapped.
      Since:
      2.1.0
    • InvalidTemplateException

      public InvalidTemplateException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The detail message.
      e - The exception to be wrapped.
      Since:
      2.1.0