core / org.pinelang.core / PineScriptParseException / <init>
<init>¶
PineScriptParseException(startToken: Token, endToken: Token, message:String= "", cause:Throwable? = null)
PineScriptParseException(startLine:Int, startCol:Int, endLine:Int, endCol:Int, message:String= "", cause:Throwable? = null)