Interface BreadcrumbBarExceptionHandler


public interface BreadcrumbBarExceptionHandler
Generic exception handler for the breadcrumb bar.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an exceptional condition occurs in the breadcrumb bar.
  • Method Details

    • onException

      void onException(Throwable t)
      Called when an exceptional condition occurs in the breadcrumb bar.
      Parameters:
      t - Throwable.