Notice (クラス)
public Notice {inherits SyntaxError}
パッケージ: CURL.IDE.CPA.ERRORS

An informational message.

説明

A SyntaxError representing a purely informational message and having a error-type of info. Although it is throwable, it is not expected to be thrown. Instead it is expected to be reported using CPABaseSourceLocation.report-error or the like.

コンストラクタ
default:Initialize a notice object.
コンストラクタ public {Notice.default
where:#BaseSourceLocation,
msg:String,
error-name:#String = "Notice"
}

プロパティ
error-type:Classifies the type of the error.
アクセサ public final Notice.error-type:SyntaxErrorType
プロパティ 継承 SyntaxError: column, error-name, line, problem, url, where
プロパティ 継承 BasicThrowable: message, value

メソッド
メソッド 継承 SyntaxError: object-describe
メソッド 継承 Object: object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {Notice.default
where:#BaseSourceLocation,
msg:String,
error-name:#String = "Notice"
}

Initialize a notice object.

説明

See SyntaxError.with-location.



プロパティ詳細
error-type (アクセサ)
アクセサ public final Notice.error-type:SyntaxErrorType

Classifies the type of the error.

説明

Returns SyntaxErrorType.info.





メソッド詳細