Package com.hubspot.jinjava.interpret
Class NotInLoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hubspot.jinjava.interpret.InterpretException
com.hubspot.jinjava.interpret.NotInLoopException
- All Implemented Interfaces:
Serializable
Exception thrown when `continue` or `break` is called outside of a loop
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hubspot.jinjava.interpret.InterpretException
getLineNumber, getStartPositionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MESSAGE_PREFIX
- See Also:
-
MESSAGE_SUFFIX
- See Also:
-
-
Constructor Details
-
NotInLoopException
-