| Handles uncaught exceptions thrown from conversations.
Conversations may throw
RuntimeException because
of a programming error, or it may throw
Error because of more serious problem. Installing an
ErrorHandler to an
Engine allows the calling application to catch
and report any such problem.
See Also: Engine.setErrorHandler(ErrorHandler) author: Kohsuke Kawaguchi |