Package com.hubspot.jinjava.interpret
Class InterpretException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hubspot.jinjava.interpret.InterpretException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeferredValueException,DisabledException,FatalTemplateErrorsException,IndexOutOfRangeException,NotInLoopException,TemplateStateException,TemplateSyntaxException,UnknownTokenException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterpretException(String msg) InterpretException(String msg, int lineNumber) InterpretException(String msg, int lineNumber, int startPosition) InterpretException(String msg, Throwable e) InterpretException(String msg, Throwable throwable, int lineNumber) InterpretException(String msg, Throwable e, int lineNumber, int startPosition) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterpretException
-
InterpretException
-
InterpretException
-
InterpretException
-
InterpretException
-
InterpretException
-
-
Method Details
-
getLineNumber
public int getLineNumber() -
getStartPosition
public int getStartPosition()
-