未処理例外が例外ハンドラー関数で発生しました。
try
//code to handle a ServiceInvocationException thrown by the call statement
onException(exception AnyException)
//code to handle an exception that occurs in the code processing the
//thrown exception (the code in the try)
end