Class DeferredValueException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotReconstructValueException, DeferredParsingException

public class DeferredValueException extends InterpretException
Exception thrown when attempting to render a DeferredValue. The exception is effectively used for flow control, to unwind evaluating a template Node and instead echo its contents to the output.
See Also:
  • Field Details

  • Constructor Details

    • DeferredValueException

      public DeferredValueException(String message)
    • DeferredValueException

      public DeferredValueException(String variable, int lineNumber, int startPosition)