Class InterpretException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeferredValueException, DisabledException, FatalTemplateErrorsException, IndexOutOfRangeException, NotInLoopException, TemplateStateException, TemplateSyntaxException, UnknownTokenException

public class InterpretException extends RuntimeException
See Also:
  • Constructor Details

    • InterpretException

      public InterpretException(String msg)
    • InterpretException

      public InterpretException(String msg, Throwable e)
    • InterpretException

      public InterpretException(String msg, int lineNumber)
    • InterpretException

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

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

      public InterpretException(String msg, Throwable throwable, int lineNumber)
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getStartPosition

      public int getStartPosition()