Class TemplateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplateException
    extends java.lang.Exception
    Thrown when a template cannot be validated.

    Clients may instantiate this class.

    This class is not intended to be serialized.

    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateException()
      Creates a new template exception.
      TemplateException​(java.lang.String message)
      Creates a new template exception.
      TemplateException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new template exception.
      TemplateException​(java.lang.Throwable cause)
      Creates a new template exception.
    • Method Summary

      • 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

      • TemplateException

        public TemplateException()
        Creates a new template exception.
      • TemplateException

        public TemplateException​(java.lang.String message)
        Creates a new template exception.
        Parameters:
        message - the message describing the problem that arose
      • TemplateException

        public TemplateException​(java.lang.String message,
                                 java.lang.Throwable cause)
        Creates a new template exception.
        Parameters:
        message - the message describing the problem that arose
        cause - the original exception
      • TemplateException

        public TemplateException​(java.lang.Throwable cause)
        Creates a new template exception.
        Parameters:
        cause - the original exception