2009-01-13から1日間の記事一覧

URLLoaderThreadのエラー検出がうまくいかない

jsonLoaderThread = new URLLoaderThread( new URLRequest(jsonFile) ); jsonLoaderThread.start(); jsonLoaderThread.join(); next(jsonParse); error( IOError, jsonLoadError);で、存在しないファイル(jsonFile)を読み込んだときに [MainThread Thread1] …