Packageorg.libspark.swfassist.errors
Interfacepublic interface ErrorHandler
ImplementorsDefaultErrorHandler



Public Methods
 MethodDefined by
  
handleError(error:Error):Boolean
エラーを処理します。
ErrorHandler
  
handleWarning(warning:Warning):Boolean
警告を処理します。
ErrorHandler
Method detail
handleError()method
public function handleError(error:Error):Boolean

エラーを処理します。

Parameters
error:Error — 処理すべきエラー

Returns
Boolean — 発生元の処理を続行するのであればtrue, そうでなければfalse
handleWarning()method 
public function handleWarning(warning:Warning):Boolean

警告を処理します。

Parameters
warning:Warning — 処理すべきエラー

Returns
Boolean — 発生元の処理を続行するのであればtrue, そうでなければfalse