core / org.pinelang.core / PineScriptParseException
PineScriptParseException¶
class PineScriptParseException :RuntimeException
Constructors¶
| Name | Summary |
|---|---|
| <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) |
Properties¶
| Name | Summary |
|---|---|
| endCol | val endCol:Int |
| endLine | val endLine:Int |
| startCol | val startCol:Int |
| startLine | val startLine:Int |