Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

エラー処理

On Error GoTo errorHappened
...
errorHappened:
'エラーメッセージを表示
MsgBox(Err.Description)