Uses of Interface
org.jvnet.flamingo.bcb.BreadcrumbBarExceptionHandler

Packages that use BreadcrumbBarExceptionHandler
org.jvnet.flamingo.bcb   
 

Uses of BreadcrumbBarExceptionHandler in org.jvnet.flamingo.bcb
 

Methods in org.jvnet.flamingo.bcb that return types with arguments of type BreadcrumbBarExceptionHandler
 java.util.List<BreadcrumbBarExceptionHandler> JBreadcrumbBar.getExceptionHandlers()
          Returns the list of currently registered exception handlers.
 

Methods in org.jvnet.flamingo.bcb with parameters of type BreadcrumbBarExceptionHandler
 void JBreadcrumbBar.addExceptionHandler(BreadcrumbBarExceptionHandler handler)
          Registers the specified exception handler.
 void JBreadcrumbBar.removeExceptionHandler(BreadcrumbBarExceptionHandler handler)
          Unregisters the specified exception handler.