Class IllegalIndentationException

All Implemented Interfaces:
Serializable

public class IllegalIndentationException extends RuntimeException
Exception thrown by the IndentDedentInputbuffer upon detection of an illegal indentation.
See Also:
  • Field Details

  • Constructor Details

    • IllegalIndentationException

      public IllegalIndentationException(InputBuffer buffer, Position position)
  • Method Details