WarningInfo

WarningInfo class

Warning info

class WarningInfo;

Methods

MethodDescription
getType()Get warning type.
getDescription()Get description of warning info.
getErrorObject()The error object.
getCorrectedObject()Gets and sets the corrected object.
setCorrectedObject(object)Gets and sets the corrected object.
isNull()Checks whether the implementation object is null.

getType()

Get warning type.

getType() : ExceptionType;

Returns

ExceptionType

getDescription()

Get description of warning info.

getDescription() : string;

getErrorObject()

The error object.

getErrorObject() : object;

getCorrectedObject()

Gets and sets the corrected object.

getCorrectedObject() : object;

setCorrectedObject(object)

Gets and sets the corrected object.

setCorrectedObject(value: object) : void;

Parameters:

ParameterTypeDescription
valueobjectThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;