public static class ViewNavigator.ViewNavigationException extends RuntimeException
View navigation errors.| Constructor and Description |
|---|
ViewNavigationException(String navigationState,
String message)
Constructor with error message
|
ViewNavigationException(String navigationState,
String message,
Throwable cause)
Constructor with error message and nested exception
|
ViewNavigationException(String navigationState,
Throwable cause)
Constructor with nested exception
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getNavigationState()
Get the navigation state to which this exception is related, if available
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ViewNavigationException(String navigationState, String message)
navigationState - Navigation statemessage - Error messagepublic ViewNavigationException(String navigationState, Throwable cause)
navigationState - Navigation statecause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.