Interface BreadcrumbBarExceptionHandler
public interface BreadcrumbBarExceptionHandler
Generic exception handler for the breadcrumb bar.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an exceptional condition occurs in the breadcrumb bar.
-
Method Details
-
onException
Called when an exceptional condition occurs in the breadcrumb bar.- Parameters:
t
- Throwable.
-