/AWS1/CL_APYCODEERRORLOCATION¶
Describes the location of the error in a code sample.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_line TYPE /AWS1/APYCODEERRORLINE /AWS1/APYCODEERRORLINE¶
The line number in the code. Defaults to
0if unknown.
iv_column TYPE /AWS1/APYCODEERRORCOLUMN /AWS1/APYCODEERRORCOLUMN¶
The column number in the code. Defaults to
0if unknown.
iv_span TYPE /AWS1/APYCODEERRORSPAN /AWS1/APYCODEERRORSPAN¶
The span/length of the error. Defaults to
-1if unknown.
Queryable Attributes¶
line¶
The line number in the code. Defaults to
0if unknown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINE() |
Getter for LINE |
column¶
The column number in the code. Defaults to
0if unknown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMN() |
Getter for COLUMN |
span¶
The span/length of the error. Defaults to
-1if unknown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPAN() |
Getter for SPAN |