Function EventLoop.defaultExceptionHandler

Default exception handler.

This is called when an exception occurs and no exception handler is set, and can be called by a custom exception handler that wants to defer to the default behavior. The context parameter has the same meaning as in callExceptionHandler().

Prototype

final void defaultExceptionHandler(
  ExceptionContext exceptionContext
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0