CdnException

constructor(message: String, line: Int = 1, column: Int = 1)

Parameters

message

Description of the syntax error.

line

Line number in the CDN text where the error occurred (1-indexed).

column

Column number in the CDN text where the error occurred (1-indexed).