Class TemplateStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TagCycleException

public class TemplateStateException extends InterpretException
See Also:
  • Constructor Details

    • TemplateStateException

      public TemplateStateException(String msg)
    • TemplateStateException

      public TemplateStateException(String msg, Throwable e)
    • TemplateStateException

      public TemplateStateException(String msg, int lineNumber, int startPosition)
    • TemplateStateException

      public TemplateStateException(String msg, int lineNumber)
    • TemplateStateException

      public TemplateStateException(String msg, Throwable e, int lineNumber, int startPosition)
    • TemplateStateException

      public TemplateStateException(String msg, Throwable e, int lineNumber)