jstry { //実行される; } catch (error) { // 例外が発生したあとはこのブロックが実行される console.log(error.message); } finally { // このブロックは例外の発生に関係なく必ず実行される }