Class MalformedTemplateNameException

    • Constructor Summary

      Constructors 
      Constructor Description
      MalformedTemplateNameException​(java.lang.String templateName, java.lang.String malformednessDescription)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMalformednessDescription()  
      java.lang.String getTemplateName()  
      • 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

      • MalformedTemplateNameException

        public MalformedTemplateNameException​(java.lang.String templateName,
                                              java.lang.String malformednessDescription)
    • Method Detail

      • getTemplateName

        public java.lang.String getTemplateName()
      • getMalformednessDescription

        public java.lang.String getMalformednessDescription()