Class JKTemplateProcessingException

All Implemented Interfaces:
Serializable

public class JKTemplateProcessingException extends JKTemplateException
The Class JKTemplateProcessingException.
See Also:
  • Constructor Details

    • JKTemplateProcessingException

      public JKTemplateProcessingException()
      Instantiates a new JK template processing exception.
    • JKTemplateProcessingException

      public JKTemplateProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new JK template processing exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • JKTemplateProcessingException

      public JKTemplateProcessingException(String message, Throwable cause)
      Instantiates a new JK template processing exception.
      Parameters:
      message - the message
      cause - the cause
    • JKTemplateProcessingException

      public JKTemplateProcessingException(String message)
      Instantiates a new JK template processing exception.
      Parameters:
      message - the message
    • JKTemplateProcessingException

      public JKTemplateProcessingException(Throwable cause)
      Instantiates a new JK template processing exception.
      Parameters:
      cause - the cause