public interface PageNavigationErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handleError(Exception exception,
Class<? extends UniquePageRole> pageRole) |
void |
handleInvalidPageNameError(Exception exception,
String pageName) |
void |
handleInvalidURLError(Exception exception,
String urlPath) |
void handleInvalidPageNameError(Exception exception, String pageName)
exception
- The exception that occurs, triggering the error handler code.pageName
- The name of the page which we tried to navigate to.void handleError(Exception exception, Class<? extends UniquePageRole> pageRole)
exception
- The exception that occurs, triggering the error handler code.pageRole
- The role of the page which we tried to navigate to.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.