Class TemplateNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplateNotFoundException
    extends TemplateException
    The Class TemplateNotFoundException.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateNotFoundException​(java.lang.String templateId)
      Instantiates a new TemplateNotFoundException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTemplateId()
      Gets the template id.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TemplateNotFoundException

        public TemplateNotFoundException​(java.lang.String templateId)
        Instantiates a new TemplateNotFoundException.
        Parameters:
        templateId - the template id
    • Method Detail

      • getTemplateId

        public java.lang.String getTemplateId()
        Gets the template id.
        Returns:
        the template id