Class TemplateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.repository.TemplateException
All Implemented Interfaces:
Serializable

public class TemplateException extends org.alfresco.error.AlfrescoRuntimeException
Author:
Kevin Roast
See Also:
  • Constructor Details

    • TemplateException

      public TemplateException(String msgId)
      Parameters:
      msgId - String
    • TemplateException

      public TemplateException(String msgId, Throwable cause)
      Parameters:
      msgId - String
      cause - Throwable
    • TemplateException

      public TemplateException(String msgId, Object[] params)
      Parameters:
      msgId - String
      params - Object[]
    • TemplateException

      public TemplateException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable