org.pushingpixels.flamingo.api.bcb
Interface BreadcrumbBarExceptionHandler


public interface BreadcrumbBarExceptionHandler

Generic exception handler for the breadcrumb bar.


Method Summary
 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.