Class TemplateEngineProcessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplateEngineProcessException
    extends java.lang.Exception
    The Class TemplateEngineProcessException.

    Created: 2016. 01. 23.

    See Also:
    Serialized Form
    • 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

      • TemplateEngineProcessException

        public TemplateEngineProcessException​(java.lang.String msg)
        Instantiates a new TemplateEngineProcessException.
        Parameters:
        msg - the detail message
      • TemplateEngineProcessException

        public TemplateEngineProcessException​(java.lang.String msg,
                                              java.lang.Throwable cause)
        Instantiates a new TemplateEngineProcessException.
        Parameters:
        msg - the detail message
        cause - the root cause
      • TemplateEngineProcessException

        public TemplateEngineProcessException​(java.lang.Throwable cause)
        Instantiates a new TemplateEngineProcessException.
        Parameters:
        cause - the root cause