Class TemplateNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateNotFoundException​(java.lang.String templateName, java.lang.Object customLookupCondition, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCustomLookupCondition()
      The custom lookup condition with which the template was requested, or null if there's no such condition.
      java.lang.String getTemplateName()
      The name (path) of the template that wasn't found.
      • 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 templateName,
                                         java.lang.Object customLookupCondition,
                                         java.lang.String message)