Class TemplateException

  • All Implemented Interfaces:
    Serializable

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

      • 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