Class UnexpectedTokenException

All Implemented Interfaces:
Serializable

public class UnexpectedTokenException extends TemplateSyntaxException
See Also:
  • Constructor Details

    • UnexpectedTokenException

      public UnexpectedTokenException(String token, int lineNumber, int startPosition)
  • Method Details

    • getToken

      public String getToken()