Class TemplateEngineProcessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.component.template.engine.TemplateEngineProcessException
All Implemented Interfaces:
Serializable

public class TemplateEngineProcessException extends Exception
The Class TemplateEngineProcessException.

Created: 2016. 01. 23.

See Also:
  • Constructor Details

    • TemplateEngineProcessException

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

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

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