Interface BreadcrumbBarExceptionHandler
-
public interface BreadcrumbBarExceptionHandler
Generic exception handler for the breadcrumb bar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onException(Throwable t)
Called when an exceptional condition occurs in the breadcrumb bar.
-
-
-
Method Detail
-
onException
void onException(Throwable t)
Called when an exceptional condition occurs in the breadcrumb bar.- Parameters:
t
- Throwable.
-
-