Class ParserRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fizzed.rocker.compiler.ParserRuntimeException
All Implemented Interfaces:
Serializable

public class ParserRuntimeException extends RuntimeException
See Also:
  • Field Details

    • line

      private final int line
    • posInLine

      private final int posInLine
  • Constructor Details

    • ParserRuntimeException

      public ParserRuntimeException(int line, int posInLine, String msg)
    • ParserRuntimeException

      public ParserRuntimeException(int line, int posInLine, String msg, Throwable cause)
    • ParserRuntimeException

      public ParserRuntimeException(SourceRef sourceRef, String msg, Throwable cause)
  • Method Details

    • getLine

      public int getLine()
    • getPosInLine

      public int getPosInLine()