Class InvalidTemplateException

All Implemented Interfaces:
Serializable

public class InvalidTemplateException extends TilesException
An invalid template has been identified.
Since:
2.1.0
See Also:
  • Constructor Details

    • 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