Package com.fizzed.rocker.compiler
Class ParserRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.fizzed.rocker.compiler.ParserRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParserRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserRuntimeException(int line, int posInLine, java.lang.String msg)ParserRuntimeException(int line, int posInLine, java.lang.String msg, java.lang.Throwable cause)ParserRuntimeException(SourceRef sourceRef, java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLine()intgetPosInLine()
-
-
-
Constructor Detail
-
ParserRuntimeException
public ParserRuntimeException(int line, int posInLine, java.lang.String msg)
-
ParserRuntimeException
public ParserRuntimeException(int line, int posInLine, java.lang.String msg, java.lang.Throwable cause)
-
ParserRuntimeException
public ParserRuntimeException(SourceRef sourceRef, java.lang.String msg, java.lang.Throwable cause)
-
-