Packagejp.progression.core.errors
Classpublic class CommandTimeOutError
InheritanceCommandTimeOutError Inheritance Error

CommandTimeOutError クラスは、Command 処理が指定された時間を経過しても正しく完了されないために発生するエラーを表します。

View the examples



Public Methods
 MethodDefined By
  
CommandTimeOutError(message:String)
新しい CommandTimeOutError インスタンスを作成します。 Creates a new CommandTimeOutError object.
CommandTimeOutError
Constructor Detail
CommandTimeOutError()Constructor
public function CommandTimeOutError(message:String)

新しい CommandTimeOutError インスタンスを作成します。 Creates a new CommandTimeOutError object.

Parameters
message:Stringエラーに関連付けられたストリングです。 A string associated with the error object.
Examples