Class: DetailedErrorLine

tibco.objectapi.common.exception.DetailedErrorLine

new DetailedErrorLine()

Extension of ErrorLine, which adds a line number, column number and severity level. Constructs a new DetailedErrorLine.

The following features are supported:

Extends

Members

code :string

Code associated with this error. This property holds the value of the 'Code' attribute.
Type:
  • string
Inherited From:

columnNumber :number

Column number in which the error occurred. This property holds the value of the 'Column Number' attribute.
Type:
  • number

lineNumber :number

Line number on which the error occurred. This property holds the value of the 'Line Number' attribute.
Type:
  • number

message :string

Default English form of the error message. This property holds the value of the 'Message' attribute.
Type:
  • string
Inherited From:

parameter :Array.<string>

Array of parameter values that can be applied to a foreign language message. This property holds the value of the 'Parameter' attribute list.
Type:
  • Array.<string>
Inherited From:

severity :tibco.objectapi.common.exception.SeverityType

Severity of the message - for example, ERROR, WARNING or INFORMATION. This property holds the value of the 'Severity' attribute.
Type: