Class TemplateFormatException

    • Constructor Detail

      • TemplateFormatException

        public TemplateFormatException​(String message)
        Creates new TemplateFormatException with the specified message.
        Parameters:
        message - informative message (possibly null) that can be later retrieved via Throwable.getMessage()
      • TemplateFormatException

        public TemplateFormatException​(Throwable cause)
        Creates new TemplateFormatException with the specified cause.
        Parameters:
        cause - cause of this exception (possibly null) that can be later retrieved via Throwable.getCause()
      • TemplateFormatException

        public TemplateFormatException​(String message,
                                       Throwable cause)
        Creates new TemplateFormatException with the specified message and cause.
        Parameters:
        message - informative message (possibly null) that can be later retrieved via Throwable.getMessage()
        cause - cause of this exception (possibly null) that can be later retrieved via Throwable.getCause()